Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-14 | Make new test files pass | jaseg | 1 | -6/+62 | |
2023-11-14 | Fix failing tests | jaseg | 1 | -1/+10 | |
2023-02-23 | Extend CLI tests | jaseg | 1 | -2/+2 | |
2023-02-21 | Fix copyright headers | jaseg | 1 | -1/+1 | |
2023-02-21 | Fix tests | jaseg | 1 | -2/+0 | |
2022-06-21 | tests: whittle down test cases a bit | jaseg | 1 | -3/+3 | |
2022-05-21 | Fix layer stack SVG export | jaseg | 1 | -1/+1 | |
2022-04-24 | Rectify latest cairo SVG export | jaseg | 1 | -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-06 | Add Zuken tests and fix parsing | jaseg | 1 | -0/+8 | |
2022-02-03 | More doc | jaseg | 1 | -2/+19 | |
2022-01-30 | Rename gerbonara/gerber package to just gerbonara | jaseg | 1 | -0/+524 | |