forked from amazingfate/loongoffice
xlink:href has been deprecated. See https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href Change-Id: I622cd975c0bcc1a819831d7b9c867312ff59affa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137035 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
14 lines
489 B
XML
14 lines
489 B
XML
<svg version="1.1" baseProfile="basic" id="svg-root"
|
|
width="100%" height="100%" viewBox="0 0 480 360"
|
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<clipPath>
|
|
<circle id="c1" cx="100" cy="100" r="50"
|
|
style="stroke: #0000cc;
|
|
stroke-width: 2px;
|
|
fill : #ccccff;"/>
|
|
</clipPath>
|
|
|
|
<use href="#c1" style="fill:red" stroke-width="5px" stroke="black"/>
|
|
|
|
</svg>
|