This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14411 - How about a canvas drawn inside another canvas. e.g. <canvas id="Main_canvas" width="800" height="800"><canvas id="Child_Canvas" height="400" width="400"></canvas></canvas> And how to position the origin of canvas to a specific co-ordinate explicitly??
Summary: How about a canvas drawn inside another canvas. e.g. <canvas id="Main_canvas"...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-09 06:40 UTC by contributor
Modified: 2011-10-09 12:05 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-10-09 06:40:53 UTC
Specification: http://www.w3.org/TR/html5/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
How about a canvas drawn inside another canvas. e.g. <canvas id="Main_canvas"
width="800" height="800"><canvas id="Child_Canvas" height="400"
width="400"></canvas></canvas>
And how to position the origin of canvas to a specific co-ordinate
explicitly??

Posted from: 116.203.157.128
User agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Comment 1 Ms2ger 2011-10-09 12:05:51 UTC
The child canvas will not be rendered.