perliedman / ocad2geojson

JavaScript OCAD file reader and exporter for GeoJSON, SVG and Mapbox Style Spec
https://www.liedman.net/ocad2geojson/
GNU Affero General Public License v3.0
39 stars 4 forks source link

ocad-to-svg: Render bezier curves #6

Closed mpickering closed 4 years ago

mpickering commented 4 years ago

We use the SVG C command in order to render bezier curves. SVGs natively support curves unlike GeoJSON.

image

mpickering commented 4 years ago

@perliedman Ant chance of a review?

perliedman commented 4 years ago

Hi @mpickering, hadn't checked my notifications in a while, so I missed this one, sorry!

This looks awesome, nice work!

perliedman commented 4 years ago

@mpickering I merged all your PRs and published version 1.6.4 which contains them. Thanks for all of them!

mpickering commented 4 years ago

Thanks, I intend to work some more on this in the future. It is a useful project. It would perhaps be useful if you could write down any issues that you already know about on the issue tracker so I don't have to rediscover a lot of broken things.

perliedman commented 4 years ago

Sounds great! I will try to open issues, as you might have guessed this has been very much of a hobby project so far, and I have definitely taken some shortcuts to just get things working.

Will try to remember and open some issues! Unfortunately I haven't been that active on the project for a while, so I will have to dig some.