Bugs item #1756795, was opened at 2007-07-19 05:33
Message generated for change (Comment added) made by gorodish
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1756795&group_id=93438
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SVG
Group: All Platforms
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: gorodish (gorodish)
Summary: arrow-endings black if line has different color
Initial Comment:
When you draw a line with an arrow-end and you give the line a color different from black, the arrow-endings stay black.
possible solution:
In the SVG only the style of the marker-tag needs to be set to the line-color because AFAIR in inkscape the markers are no extra elements. So if the marker inherits the line-style it would be enough, I think.
Sven
sven@...
----------------------------------------------------------------------
>Comment By: gorodish (gorodish)
Date: 2007-09-12 16:33
Message:
Logged In: YES
user_id=1555748
Originator: NO
The portion of the SVG standard dealing with markers is at
http://www.w3.org/TR/SVG11/painting.html#Markers
An interesting statement is the following:
"Properties inherit into the 'marker' element from its ancestors;
properties do not inherit from the element referencing the 'marker'
element."
However, I agree with the previous comment that the marker should by
default use the same color as the referring element.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-08-31 07:16
Message:
Logged In: NO
I wonder whether there is any frequent necessity of having the line
Markers
in a different colour from the line itself. I think if need were to
arise,
one could add a short line segment plus Marker in that colour as a
workaround.
So Marker colour the same as line colour would be ok to fix this bug.
Klaus
klaus@...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1756795&group_id=93438
|