Hi there!
First - very nice plugin! :)
Second - I wanted to be able to set the width of the map to 100% but
it didn't work since the canvas doesn't seem to get this percent
with... The change below fixed this problem and I don't think there
are any ill effects? Only tested on firefox (obviously) ...
In:
_init_html_elements: function(wrapperID){
change the size initiation to:
canvas.width = parseInt(wrapper.offsetWidth);
canvas.height =parseInt(wrapper.offsetHeight);
/Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---