Closed
Bug 1328819
Opened 7 years ago
Closed 6 years ago
[Mortar] save canvas' |ImageData| in mortar's |ImageData|
Categories
(Firefox :: General, defect, P4)
Firefox
General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ywu, Assigned: ywu)
References
Details
dom ImageData should be saved in the class of ImageData in our js-plugin to avoid recomputing when painting.
Assignee | ||
Comment 1•7 years ago
|
||
In our motar, different objects of |Graphics2DPaintOperation| might have same motar's |ImageData|. However, we compute canvas' |ImageData| every time when we call |Graphics2DPaintOperation.execute|. We just should find a way to save canvas' |ImageData| in our motar's |ImageData| to avoid recomputing.
Summary: [jsplugins] refactor motar's ImageData → [jsplugins] save canvas' |ImageData| in motar's |ImageData|
Assignee | ||
Comment 2•7 years ago
|
||
typo: motar -> mortar
Summary: [jsplugins] save canvas' |ImageData| in motar's |ImageData| → [jsplugins] save canvas' |ImageData| in mortar's |ImageData|
Updated•6 years ago
|
Priority: -- → P4
Summary: [jsplugins] save canvas' |ImageData| in mortar's |ImageData| → [Mortar] save canvas' |ImageData| in mortar's |ImageData|
Assignee | ||
Comment 3•6 years ago
|
||
has no plan for this. close it now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•