Closed Bug 788247 Opened 13 years ago Closed 3 years ago

Create API for drawing on top of document

Categories

(Core :: Graphics, defect)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jwir3, Unassigned)

Details

It would be nice (e.g. for debugging purposes, but there are possibly other use cases), if we had a generic way of drawing on top of the document from within any context (script, native, etc...). For example, it would be cool if, from javascript, we could do something like: window.context.drawPoint("35px", "35px"); and it would perform operations (translation) so that this was point (35,35) within the current viewport.
Severity: normal → S3

You can use anonymous content to do that

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.