mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:38:13 +00:00

This patch adds basic support for the SVG `<textPath>`, so it supports placing text along a path, but none of the extra attributes for controlling the layout of the text. This is enough to correctly display the MDN example.
3 lines
105 B
Text
3 lines
105 B
Text
interface mixin SVGURIReference {
|
|
// FIXME: [SameObject] readonly attribute SVGAnimatedString href;
|
|
};
|