mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 22:25:53 +00:00
This fixes `--embed-resources` when SVGs have `clip-path` attributes. Closes #9420.
9 lines
323 B
XML
9 lines
323 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="504pt" height="360pt" viewBox="0 0 504 360" version="1.1">
|
|
<defs>
|
|
<clipPath id="clip1-c3ce354c">
|
|
<path/>
|
|
</clipPath>
|
|
</defs>
|
|
<g clip-path="url(#clip1-c3ce354c)" clip-rule="nonzero"></g>
|
|
</svg> |