Opened 11 years ago
Closed 10 years ago
#10842 closed defect (fixed)
A _setFont() error breaks a few gfx canvas test cases
Reported by: | liyang | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX GFX | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
A number of gfx test cases breaks with the canvas render, throwing a _setFont() error.
test_fx.html test_linestyle.html test_text.html test_textpath.html
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Text is implemented on my local trunk, however the linestyle and textpath still break.
comment:3 Changed 11 years ago by
Some hints: stroke with an image maybe an option for linestyle; vector text maybe an option for textpath.
comment:4 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Status: | new → assigned |
comment:5 Changed 10 years ago by
Milestone: | future → 1.6 |
---|
comment:6 Changed 10 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
From source code, dojox.gfx.Text is empty at the moment, so all text features of canvas does not work.