abuseofnotation/category-theory-illustrated

Chapter 02 - `isomorphism.svg` image is broken

scriptin opened this issue · 3 comments

When I open it directly at https://boris-marinov.github.io/category-theory-illustrated/02_category/isomorphism.svg, I get the following error:

This page contains the following errors:
error on line 3 at column 33: xmlns:i: '&ns_ai;' is not a valid URI
Below is a rendering of the page up to the first error.

Looking at the contents:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:i="&amp;#38;#38;ns_ai;"

it probably should be xmlns:i="&amp;#38;ns_ai;"

Used to have a similar problem, but it seems to work now.

I doesn't show error on my machine, but I removed the property, anyway.