Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mustmodify/88669cd5b7b36ca584568e6e676c1b7e to your computer and use it in GitHub Desktop.
Save mustmodify/88669cd5b7b36ca584568e6e676c1b7e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PrinceXML SVG Issue</title>
</head>
<body>
<svg style="visibility: hidden; overflow: hidden; height: 1px;">
<defs>
<path id="infinity" stroke-width="10" d="M55 217Q55 305 111 373T254 442Q342 442 419 381Q457 350 493 303L507 284L514 294Q618 442 747 442Q833 442 888 374T944 214Q944 128 889 59T743 -11Q657 -11 580 50Q542 81 506 128L492 147L485 137Q381 -11 252 -11Q166 -11 111 57T55 217ZM907 217Q907 285 869 341T761 397Q740 397 720 392T682 378T648 359T619 335T594 310T574 285T559 263T548 246L543 238L574 198Q605 158 622 138T664 94T714 61T765 51Q827 51 867 100T907 217ZM92 214Q92 145 131 89T239 33Q357 33 456 193L425 233Q364 312 334 337Q285 380 233 380Q171 380 132 331T92 214Z"></path>
</defs>
</svg>
<div>
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 1000 1000"
style="width: 100px; height: 100px;">
<use href="#infinity" x="10" y="10"></use>
</svg>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment