On 2012-08-07, at 4:15 AM, Robert O'Callahan wrote: > Ian Hickson has proposed new 2D canvas path features that allow authors to > generate a path representing the outline of the stroke of an arbitrary > path. This feature would also be very useful to simplify the rendering of > CSS text-decorations in SVG text (where we need to generate a path > representing the outline of the text-decoration line, which can be > dashed/dotted/etc). > > Jeff, it looks like you had a patch for cairo a few years ago: > http://lists.cairographics.org/archives/cairo/2010-January/019021.html > What's the story? Can we import it? Or is there another implementation we > can use?
The implementation I had was mostly done and I believe any known problems with it have been fixed. However, it is still pretty lightly tested and could use some decent review. I can resurrect it if needed. I don't know of any other implementations for cairo that fit this need appropriately. (cairo has had some stroke-to-different-representation work since I wrote this, but I don't think any of those representations is a general path) -Jeff _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform