circuit-to-canvas 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,17 +72,17 @@ This checklist tracks PCB drawing features from [circuit-to-svg](https://github.
|
|
|
72
72
|
### Fabrication Notes
|
|
73
73
|
|
|
74
74
|
- [x] `pcb_fabrication_note_text` - Fabrication note text
|
|
75
|
-
- [
|
|
76
|
-
- [
|
|
75
|
+
- [x] `pcb_fabrication_note_rect` - Fabrication note rectangles
|
|
76
|
+
- [x] `pcb_fabrication_note_path` - Fabrication note paths
|
|
77
77
|
- [ ] `pcb_fabrication_note_dimension` - Fabrication dimension annotations
|
|
78
78
|
|
|
79
79
|
### Annotation/Notes
|
|
80
80
|
|
|
81
|
-
- [
|
|
82
|
-
- [
|
|
83
|
-
- [
|
|
84
|
-
- [
|
|
85
|
-
- [
|
|
81
|
+
- [x] `pcb_note_text` - General note text
|
|
82
|
+
- [x] `pcb_note_rect` - Note rectangles
|
|
83
|
+
- [x] `pcb_note_path` - Note paths
|
|
84
|
+
- [x] `pcb_note_line` - Note lines
|
|
85
|
+
- [x] `pcb_note_dimension` - Dimension annotations
|
|
86
86
|
|
|
87
87
|
### Panel Support
|
|
88
88
|
|