Fix coproduct_external.svg.

This SVG doesn't render in Chrome, with an error """This page contains the following errors:
error on line 17 at column 38: xmlns:ns: '&ns_ai;' is not a valid URI
Below is a rendering of the page up to the first error."""

ns_ai's schema is "http://ns.adobe.com/AdobeIllustrator/10.0/" but in this case we simply don't need it and should remove it.
This commit is contained in:
nlewycky 2023-11-09 18:37:46 -08:00 committed by GitHub
parent 6cad743e27
commit c9539b55b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,7 @@
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ns="&ns_ai;">
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata2853">
<rdf:RDF>
@ -52,7 +51,6 @@
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<g
ns:extraneous="self"
id="g2845"
transform="matrix(0.80243696,0,0,0.80243696,57.182648,9.227506)">
<circle

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB