-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jaseg
committed
Apr 10, 2023
1 parent
b26c28e
commit a02ff5f
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[ ] Do not just return "error 255" if usvg is not installed | ||
[ ] Straighten up svg-flatten input unit handling | ||
[ ] split up python code into modules | ||
[ ] Add backwards-compatible vectorize drop-in | ||
[ ] Figure out handling of drill layers | ||
[ ] Re-publish my own pcb-tools, pcb-tools-extension forks with actual maintenance | ||
[x] split up python code into modules | ||
[x] Add backwards-compatible vectorize drop-in | ||
[x] Figure out handling of drill layers | ||
[x] Re-publish my own pcb-tools, pcb-tools-extension forks with actual maintenance | ||
[ ] For pattern rendering: validate pattern origin aligns with what the svg spec expects | ||
[ ] Invert SVG color interpretation (use saturation maybe? or sat * val?) |