metanorma / vectory

Convert between vector image formats (Ruby)
2 stars 0 forks source link

Extract code from isodoc into base structure of a library #3

Closed alexeymorozov closed 1 year ago

alexeymorozov commented 1 year ago

See #1

Metanorma PR checklist

ronaldtse commented 1 year ago

@alexeymorozov I've added a few dummy classes to represent different image formats so you can implement the conversions between. I've also filled in some code extracted but clearly they don't work, so please help implement them. The two sources for the code are IsoDoc and Metanorma::Utils. Thanks!

alexeymorozov commented 1 year ago

@ronaldtse Code from isodoc is in proper places, some specs are written, initial documentation for the Ruby interface is done, though currently code mostly doesn't work. Let's merge it this way and continue making it work one conversion by another?

ronaldtse commented 1 year ago

I agree this will be a good base to start on. Thanks!