apolune
08-12-2005, 09:47 AM
In the Tutorial, Part II, Chapter 9 (Introduction to Text and Fonts), Example 11:
The Add Text button has its coordinates reversed (and as a result is not seen on the canvas). It should be:
<button x="180" y="15"
onclick="addText();">
Add Text
</button>
Otherwise, so far I think the tutorial is quite good.
Thanks!
The Add Text button has its coordinates reversed (and as a result is not seen on the canvas). It should be:
<button x="180" y="15"
onclick="addText();">
Add Text
</button>
Otherwise, so far I think the tutorial is quite good.
Thanks!