svgo 2.8.0 → 3.0.2 Amending to new `cleanupIds` plugin name. Re-crushing SVGs while at it. Bug: T339162 Change-Id: I9804d6fa3c81e3c85e6d89e45079736d0934c465
8 lines
253 B
XML
8 lines
253 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<title>ellipsis</title>
|
|
<circle cx="10" cy="10" r="2"/>
|
|
<circle cx="3" cy="10" r="2"/>
|
|
<circle cx="17" cy="10" r="2"/>
|
|
</svg>
|