Adrian McEwen

Results 213 comments of Adrian McEwen

I think making the onboarding experience better is an important goal. It's hard to join in if every time you open Mastodon the timeline is empty. Maybe suggesting new accounts...

Checking the SVG spec, the `width` and `height` elements could be specified in values other than mm. From https://www.w3.org/TR/CSS21/syndata.html#value-def-length: > Absolute length units are fixed in relation to each other....

I've added a new function to `_parser_methods.py` which can parse any of the valid lengths (and doesn't truncate the decimal part), and included some simple test cases for each of...

I've got a working (for the handful of SVGs I've tried it with) [implementation on my fork](https://github.com/mcqn/SvgToGcode/commit/e8e50bb57e401508f8951ab199a4e843df4cf4bc). I'm not sure if the parsing out of the numbers in the `viewBox`...

Thanks. Seems to need me to add the repo's root folder to my `PYTHONPATH` (or in my case, define a `PYTHONPATH` first :smile:) Got the tests running now, which has...

Hello! Got snowed under with other stuff, so hadn't had chance to pull together a test file until today. Running the tests it fails on `hiking.svg`, but that seems to...

Like in #12, I've got [an implementation of this worked up on my fork](https://github.com/mcqn/SvgToGcode/commit/05179d577ab5b0043e0a05f8f229748eb7331a31). Can submit a PR once I've been able to run the tests.

We've used a spreadsheet to fulfil this role over the summer, when fewer of us have been in. Maybe we can extend it to run indefinitely? Would be good to...