[Webkit-unassigned] [Bug 42387] SVG - stroke-width:0 bug with stroke other than "none"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 08:09:22 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42387





--- Comment #25 from Fady Samuel <fsamuel at chromium.org>  2010-07-28 08:09:22 PST ---
I'm not sure how authoritative this blog is, it appears to be written by a Mozilla engineer, Jonathan Watt. He suggests, 'pixels' is the correct unit:

"Happily, in SVG, px units are defined to be equivalent to the units established by the current coordinate system (user units). In other words, wherever you would otherwise have omitted the unit from a length assigned to a property, use the px unit instead. For example, instead of writing:

<text stroke-width="2" style="font-size:20;" ...>

write:

<text stroke-width="2px" style="font-size:20px;" ...>"

http://jwatt.org/svg/authoring/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list