TextMorph fuzzy
Bug #1331636 reported by
hilaire
on 2014-06-18
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Dr. Geo II |
Undecided
|
Unassigned |
Bug Description
TextMoprh are not supported by Athens canvas. However, a workaround has been written to render TextMorph on DrGeo canvas:
- the textMorph is rendered in a Form
- the form is converted to an Athens Paint
- the paint is rendered in the Athens canvas.
See DrGTextMorph>
The problem: from time to time, depending on the scaling the text morph is fuzzy.
hilaire (hilaire-fernandes) wrote : | #1 |
hilaire (hilaire-fernandes) wrote : | #2 |
Makes sense as Athens probably goes to the subpixel unit.
hilaire (hilaire-fernandes)
on 2014-06-18
Changed in drgeo: | |
status: | New → Fix Committed |
hilaire (hilaire-fernandes)
on 2014-06-24
Changed in drgeo: | |
milestone: | none → 14.07 |
hilaire (hilaire-fernandes)
on 2014-06-28
Changed in drgeo: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It looks like the problem comes from screen unit provided as float to Athens.
Rounding solve the problem.