1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:38:13 +00:00
serenity/Userland/Libraries/LibWeb/SVG/SVGURIReference.idl
MacDue 809c5b0b03 LibWeb: Add initial support for SVG <textPath>
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.
2023-12-19 21:29:03 +01:00

3 lines
105 B
Text

interface mixin SVGURIReference {
// FIXME: [SameObject] readonly attribute SVGAnimatedString href;
};