Anonymous | Login | 01-15-2021 18:56 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 | ||||
0002116 | [Squeak] Morphic | minor | always | 10-24-05 07:33 | 04-01-06 20:42 | ||||
Reporter | wiz | View Status | public | ||||||
Assigned To | MarcusDenker | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.8 | ||||||
Summary | 0002116: Halo rotation of a true type font throws up a debug window. | ||||||||
Description |
For this one. Get a true type font from the objects morph. Put the halos around it and use the blue rotation handle to rotate it. The first time you try it you get a debuger window because Morph>transferStateToRenderer: sends aRenderer(a MatrixTransformMorph) simplySetVisible: which MTM does not understand. You will also get a series of debugger windows complianing that UndefinedObject DNU degrees. The second time you try it the type will rotate (the reference point is the top left of the screen). If you use the yellow growth handle to squash the font and then rotate it you will get Italic lettering with the rotation. |
||||||||
Additional Information |
There are three layers of bugs. MTM never learned simplySetVisible (which looks like it was added circa 2004) MTM confuses centerOfRotation with its reference point I think the top left reference point is at 0.5@0.5 the default center of rotation for morph. Halos have a protocol designed to work with Transformation morphs and polygons. MTM does not take this protocol into account (in particular it denies that it is a flex morph) one of the results is several layers of MTMs can be inserted and are when both the growth and rotation handle are used. The effect is sort of interesting but not easily controlable. This is an easily reproducible example. See also Mantis#857 for other MTM bug documentation. Because MTM is essential for full use of TTFonts it is obviously worth fixing and bringing up to date. See also 0000851,0000877 |
||||||||
Attached Files |
![]() |
||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
64 total queries executed. 45 unique queries executed. |