Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 340387

Summary: Diagram connection line width should not be a hint
Product: z_Archived Reporter: Konstantin Komissarchik <konstantin>
Component: SapphireAssignee: Shenxue Zhou <shenxue.zhou>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Konstantin Komissarchik CLA 2011-03-17 22:05:09 EDT
It looks like connection line width is still being specified via a hint. This should be changed to use an explicit property.

From the map sample:

        <connection>
            <id>railway_routes</id>
            <tool-palette-label>Railway Route</tool-palette-label>
            <line-style>dash-dot</line-style>
            <line-color>#808080</line-color>
            <hint><name>width</name><value>2</value></hint>
            <endpoint2>
                <type>arrow</type>
            </endpoint2>            
        </connection>
Comment 1 Shenxue Zhou CLA 2011-03-18 15:47:49 EDT
Fix checked in.
Comment 2 Konstantin Komissarchik CLA 2011-03-22 12:12:21 EDT
Verified.