Closed
Bug 788247
Opened 13 years ago
Closed 3 years ago
Create API for drawing on top of document
Categories
(Core :: Graphics, defect)
Core
Graphics
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.
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
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.
Description
•