PDA

View Full Version : Tutorial Part II Ch. 9 Ex. 11


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!

jsundman
08-12-2005, 10:09 AM
I'll fix it.