summaryrefslogtreecommitdiff
path: root/gerbonara/tests/test_rs274x.py
AgeCommit message (Collapse)AuthorFilesLines
2023-02-23Extend CLI testsjaseg1-2/+2
2023-02-21Fix copyright headersjaseg1-1/+1
2023-02-21Fix testsjaseg1-2/+0
2022-06-21tests: whittle down test cases a bitjaseg1-3/+3
2022-05-21Fix layer stack SVG exportjaseg1-1/+1
2022-04-24Rectify latest cairo SVG exportjaseg1-0/+2
It seems Cairo got updated and its SVG export is now broken in a new and exciting way. Now it exports documents with dimensionless w/h. The issue with that is that Cairo thinks that means point @ 72 pt / inch, but everyone else including the actual svg spec interpret that as raw document units or pixels, AFAICT completely breaking dpi scaling in common viewers. Since we have to mess with Cairo's SVG files anyway, we just fix this as well by re-writing the broken w/h into physical units according to a hardcoded conversion factor that matches cairo's hardcoded scale.
2022-02-06Add Zuken tests and fix parsingjaseg1-0/+8
2022-02-03More docjaseg1-2/+19
2022-01-30Rename gerbonara/gerber package to just gerbonarajaseg1-0/+524