summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/quickSVG.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/svg/quickSVG.m4')
-rw-r--r--graphics/circuit_macros/examples/svg/quickSVG.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/circuit_macros/examples/svg/quickSVG.m4 b/graphics/circuit_macros/examples/svg/quickSVG.m4
index 3e77ad1694..c4ddb20122 100644
--- a/graphics/circuit_macros/examples/svg/quickSVG.m4
+++ b/graphics/circuit_macros/examples/svg/quickSVG.m4
@@ -1,4 +1,5 @@
.PS # Pic input begins with .PS
+# quickSVG.m4
cct_init # Set defaults
elen = 0.75 # Variables are allowed; default units are inches
@@ -6,7 +7,7 @@ move right 0.4
Origin: Here # Position names are capitalized
svgLink(SourcesSVG.svg,source(up_ elen))
llabel(-,svg_it(v`'svg_sub(s)),+)
- svgLink(CctTableSVG.svg,resistor(right_ elen)); rlabel(,svg_it(R),)
+ svgLink(ResistorsSVG.svg,resistor(right_ elen)); rlabel(,svg_it(R),)
dot
{ # Save current position and direction
capacitor(down_ to (Here,Origin)) #(Here,Origin) = (Here.x,Origin.y)