Anonymous | Login | 01-16-2021 15:19 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000850 | [Squeak] Morphic | minor | always | 01-29-05 01:03 | 07-28-05 08:51 | ||||
Reporter | hitoro | View Status | public | ||||||
Assigned To | laza | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.8 | ||||||
Summary | 0000850: [BUG][FIX] PostScript output is invalid | ||||||||
Description |
PostScript interpreters (Mac OS X 10.3 built-in interpreter and PStill) report problems when trying to convert a morph exported as a PostScript file. This error only occurs with 3.8 and 3.9, no problem with 3.7. It seems that the coordinates are wrangled during export: %%BoundingBox: $1$8 $1$8 $5$7$6 $7$5$6 The correct line should be: %%BoundingBox: 18 18 576 756 |
||||||||
Additional Information |
Modifying the 'ByteEncoder>>writeNumber:base:' instance method to encode numbers as strings and not as bytes solves this issue: ByteEncoder>>writeNumber:aNumber base:aBase ^aNumber printOn:self base:aBase. |
||||||||
Attached Files |
![]() ![]() |
||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
56 total queries executed. 36 unique queries executed. |