Connector's (Empty)Triangle In/Out bug
Bug #588132 reported by
Horus
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Sorry to report bug for this marvelous software.
Connector's start and end markers have some bugs when we use (Empty) Triangle In/Out. The uploaded SVG file could show you this:
* Both connectors start from the bottom to the top.
* The left connector is using EmptyTriangleIn/Out while the right one TriangleIn/Out.
IMO, only the upper-left one is correct because the tip of the triangle touches rectangle's border. The others have the tip or the bottom of the triangle passes the border.
Open stroke view and change the start/end markers to see the results.
I'm using Inscape 0.47
tags: | added: connectors markers |
To post a comment you must log in.
IMHO these differences are not bugs - the markers are rendered according to their definition in 'share/ inkscape/ markers/ markers. svg'.
Connectors connect with the nodes of the connector lines to the connected objects. The precise location of the (stock) markers at the start and end nodes of the connector lines depends on how it is defined in the SVG code of the 'template' marker. As you see markers can differ with regard to their position relative to the node they 'mark'. It seems that 'TriangleIn/Out' was more intended to be used as mid-marker, whereas 'EmptyTriangleI n/Out' is positioned similar to the plain arrow heads and better suited for start and end nodes.
You could create new custom markers if the stock markers provided by Inkscape lack symbols you need. Or maybe someone can contribute a set of start and end markers that are better suited to use with connectors.
Note: markers in Inkscape (try to) follow the SVG 1.1 specification.
References: tavmjong. free.fr/ INKSCAPE/ MANUAL/ html/Attributes -Stroke. html#Attributes -Stroke- Markers> tavmjong. free.fr/ INKSCAPE/ MANUAL/ html/Customize- Files.html# Customize- Files-Markers> www.w3. org/TR/ SVG11/painting. html#Markers>
<http://
<http://
<http://
Proposing to close as 'Invalid' or mark as 'Wishlist' for new stock markers specially suited for connector lines.