geoman-io / leaflet-geoman

🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers

Home Page:https://geoman.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong close tag in css

ariel-salgado opened this issue · comments

Im using geoman with vite, and when you run the app throws this warning:

[vite:css] SvgoParserError: :1:170: Unencoded <
…cap:round;stroke-linejoin:round;stroke-width:2.5px;}<\/style><title…

The error is a \ in <\/style>. It's the only \ in the file.

I could not detect what caused this \ to appear, but I assume it is a regex replace directive that is misformatted somewhere in the build chain.

I added a postprocessing step to remove this backslash.

Will be fixed in next release