[Webkit-unassigned] [Bug 31438] Feature Request: Implement non-scaling-stroke

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 13:55:40 PST 2009


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





--- Comment #7 from Jeff Schiller <codedread at gmail.com>  2009-11-13 13:55:40 PST ---
Woops, missed the ChangeLog, yes - sorry.

Actually this patch does nothing more than add the property so far.  Was hoping
for just a quick review to make sure I've got that part right.

Also, I realize the general avoidance of SVG 1.2.  However, I think it makes
sense to cherry-pick a couple of features from SVGT 1.2 as Opera has done to
improve SVG on the web.  In particular, this feature is really helpful with
GIS/mapping.

The following SVG file illustrates the current problem with SVG 1.1.

<svg xmlns="http://www.w3.org/2000/svg">
  <rect transform="scale(6,1)" x="10" y="10" width="100" height="100"
fill="yellow" stroke="black" stroke-width="5" />
</svg>

It would be really nice to be able to keep a constant stroke width around the
rectangle (basically ignoring the scale).  That's what
vector-effect="non-scaling-stroke" does.

-- 
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