mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Added fix for SVG output. This brings back the original behavior
of generating scalable output. Some libcairo update had caused the output to use the wrong version of SVG by default, which generates an SVG-wrapped PNG data block, which is not scalable, and not what was intended with the "plot svg" command.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ for i in $@; do
|
||||
esac
|
||||
done
|
||||
#
|
||||
eval /home/tim/cad/lib/magic/tcl/magicdnull -dnull -noconsole -nowrapper $mgargs <<EOF
|
||||
eval /usr/local/lib/magic/tcl/magicdnull -dnull -noconsole -nowrapper $mgargs <<EOF
|
||||
drc off
|
||||
box 0 0 0 0
|
||||
ext2sim $esargs
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ for i in $@; do
|
||||
esac
|
||||
done
|
||||
#
|
||||
eval /home/tim/cad/lib/magic/tcl/magicdnull -dnull -noconsole -nowrapper $mgargs <<EOF
|
||||
eval /usr/local/lib/magic/tcl/magicdnull -dnull -noconsole -nowrapper $mgargs <<EOF
|
||||
drc off
|
||||
box 0 0 0 0
|
||||
ext2spice $esargs
|
||||
|
||||
Reference in New Issue
Block a user