ladybird/Tests/LibWeb/Ref/expected/svg-symbol-ref.html
2025-03-20 11:50:49 +01:00

6 lines
199 B
HTML

<!DOCTYPE html>
<svg><symbol fill="green" id="dot" width="500" height="500" viewBox="0 0 2 10">
<circle cx="1" cy="1" r="1"/>
<circle fill="blue" cx="1.5" cy="1" r="1"/>
</symbol>
<use href="#dot"/>