svg-explorer-extension icon indicating copy to clipboard operation
svg-explorer-extension copied to clipboard

some SVG cannot show.

Open xkonglong opened this issue 8 months ago • 2 comments

For example:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><style type="text/css">.colorBlackStroke{fill:#333333;}.colorBlackStroke{fill-rule:evenodd;}.colorBlackStroke{clip-rule:evenodd;}.colorBlueStroke{fill:#2453DE;}.colorBlueStroke{fill-rule:evenodd;}.colorBlueStroke{clip-rule:evenodd;}</style>
<path d="M13 0C13.5128 0 13.9355 0.38604 13.9933 0.883379L14 1V7H13V1H2V14H7V15H2C1.48716 15 1.06449 14.614 1.00673 14.1166L1 14V1C1 0.487164 1.38604 0.0644928 1.88338 0.00672773L2 0H13ZM7 7V8H4V7H7ZM11 4V5H4V4H11Z" class="colorBlackStroke"></path>
<path d="M12.4157 8.08567C12.194 7.97144 11.9331 7.97144 11.7115 8.08567L8.4352 9.77418C8.14507 9.92371 8 10.2119 8 10.5V13.8022C8 14.1222 8.19072 14.4114 8.48486 14.5375L11.6061 15.8752C11.8576 15.983 12.1424 15.983 12.3939 15.8752L15.5151 14.5375C15.8093 14.4114 16 14.1222 16 13.8022V10.5004C16 10.5003 16 10.5001 16 10.5C16 10.2119 15.8549 9.92371 15.5648 9.77418L12.4157 8.08567ZM15 11.5287L12.4157 12.9143C12.194 13.0286 11.9331 13.0286 11.7115 12.9143L9 11.5169V13.6703L12 14.956L15 13.6703V11.5287ZM9.22739 10.5L12.0636 9.03831L14.7726 10.5L12.0636 11.9617L9.22739 10.5Z" class="colorBlueStroke"></path>
</svg>

xkonglong avatar Jun 09 '24 11:06 xkonglong