Drop suppport for ai files
as the bounding box is not correct and other formats like ps and pdf are very similar and work fine (now). This should be revered in case ps2ai.ps properly processes the BoundingBox. Given the fact that it is a PS script itself I don't quite see how it wants to get access to a comment that's even later in the file. So I don't expect that to happen soon - or at all. Alternative we could be producing AI files ourselves. It's just a gloryfied PS file anyway. But that currently not planned. Resolves: #534
This commit is contained in:
parent
98a6538573
commit
cb449b8760
|
@ -38,7 +38,7 @@ class Formats:
|
|||
"dxf": "{pstoedit} -flat 0.1 -f dxf:-mm {input} {output}",
|
||||
"gcode": "{pstoedit} -f gcode {input} {output}",
|
||||
"plt": "{pstoedit} -f plot-hpgl {input} {output}",
|
||||
"ai": "{pstoedit} -f ps2ai {input} {output}",
|
||||
# "ai": "{pstoedit} -f ps2ai {input} {output}",
|
||||
"pdf": "{ps2pdf} -dEPSCrop {input} {output}",
|
||||
}
|
||||
|
||||
|
|
|
@ -95,7 +95,6 @@ requires ``pstoedit``. Without ``pstoedit`` only ``SVG``
|
|||
and ``postscript`` (ps) is supported. Otherwise you can also
|
||||
select
|
||||
|
||||
* ai
|
||||
* dxf
|
||||
* gcode
|
||||
* pdf
|
||||
|
|
Loading…
Reference in New Issue