You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-excanvas
Is it possible to place excanvas inside small div with overflow:auto
to receive ability scroll canvas?
In my experiment canvas is always draw outside parent div
Fabien
unread,
Apr 2, 2009, 9:12:44 AM4/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-excanvas
Hello, of course you can place a canvas inside a small div with
overflow: auto; There will be scrollbars if needed.
And a canvas is an HTML element like any other (even in IE, this is a
simple VML element), so it keeps beeing in the container we put it in.
Demid Lupin
unread,
Apr 2, 2009, 9:15:51 AM4/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message