M. Greyson Christoforo
M. Greyson Christoforo
Maybe you're right that this must be solved at a higher level. But maybe also my canvas size calculation problem can be solved by understanding the SVG spec better. Do...
Hm. Not really so useful maybe? It doesn't seem to understand rotations. ``` $ cat bbtest.py import cairosvg import drawSvg as draw d = draw.Drawing(1000, 1000, origin='center', displayInline=False) angle =...
I do get a useful result from Rsvg though: ``` $ cat bbtest_rsvg.py import gi gi.require_version('Rsvg', '2.0') from gi.repository import Rsvg import drawSvg as draw d = draw.Drawing(1000, 1000, origin='center',...
I'm a little dissappointed that all the solutions we have look like they require the vector art to be rendered and then something comes along and counts some pixels in...
That said, I think having the ability to auto-size the canvas to the content is a cool feature to add even though it might be an approximation!
> auto-resize automatically I don't think any of this should be automatic. I'd say the user should need to express their desire to have this type of auto canvas sizing...
Do I understand correctly that this issue is for tracking the ability easyeda2kicad to take footprints used in the EasyEDA PCB layout tool and dump them into `.kicad_mod` files? This...
I was thinking some info might be missing because I don't see the pin names in that string. I was expecting to see A1...A12 and B1...B12
@thatcadguy, Am I correct in assuming that you closed #613 because OCE 0.18 will support opencascade version 7.0.0?
I guess my issue is a font one too. ``` docker run --rm -v $PWD:/data asciinema/asciicast2gif https://asciinema.org/a/327214.json out2.gif ``` Doesn't generate the appropriate gif. Any chance we can get an...