Hi AxiDrawers,
I’m quite new to the field (plotting and vector graphics) and I’ve just received my SE/A3. I’ve written a program that basically draws a set of paths and an outer rectangular frame. I want to make sure that all the paths are within the frame, but although I’ve made sure that no control point gets generated outside of the frame, some paths still excurse out of the frame because of their Bezier-ness. Here’s a screenshot showing what I mean: https://imgur.com/a/Escw9DS.
Even if I clip all paths withing the frame in Inkscape, the AxiDraw will still draw them fully. I assume AxiDraw operates based on the control points and don’t honor any clipping as a result.
What would be the best way to achieve this? I guess the cleanest would be to generate paths that don’t excurse out of the frame but I haven’t found a way to test for these excursions programmatically (yet – using VectSharp in C#).
Thanks in advance for helping an AxiNoob!