php-svg icon indicating copy to clipboard operation
php-svg copied to clipboard

Add support for <use> elements

Open meyfa opened this issue 8 years ago • 3 comments

See https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use

meyfa avatar Mar 11 '18 12:03 meyfa

I integrate use element

Corleone87 avatar Aug 26 '19 09:08 Corleone87

Hi, any progress with this tag?

Or is there option to add some custom child (text) to node?

shimbala avatar Oct 28 '19 14:10 shimbala

For what it's worth, a barebones SVG\Nodes\Structures\SVGUse was added in 0bf3d0fd9160818ae4501dee2aa61b770f75b645.

Still missing:

  • special attribute handling
  • rasterizer support

meyfa avatar Sep 06 '20 18:09 meyfa