Bug 15477
Summary: | <textPath> is missing 'spacing' & 'method' support | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, eric, oliver |
Priority: | P3 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Nikolas Zimmermann
As the title says, two textPath attributes are not handled.
I'm not sure about the importance of these:
- spacing seems a bit ridicolous to me.
<quote>
A value of exact indicates that the glyphs should be rendered exactly according to the spacing rules as specified in Text on a path layout rules.
A value of auto indicates that the user agent should use text-on-a-path layout algorithms to adjust the spacing between glyphs in order to achieve visually appealing results.
</quote>
Please define visually appealing results. IMHO our current way to always use "exact" makes more sense. I don't see the need for this setting, and I wouldn't know how to implement it better in "auto" mode.
- 'method' seems interessting to support
Batik ignores this at the moment, AFAIK only Opera implements this.
Any comments on the need of these? Otherwhise I'd just postpone this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
These seem to have been added in 2019.