mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Improve rendering efficiency and add caching (#95)
Fixes #84 *Reduce heap allocations * Add caching for rendering svgs * Deduplicate UpdateCanvas Responses
This commit is contained in:
committed by
Keavon Chambers
parent
457c465342
commit
fc10575dfa
@@ -9,7 +9,7 @@ declare global {
|
||||
}
|
||||
|
||||
export enum ResponseType {
|
||||
"Document::UpdateCanvas" = "Document::UpdateCanvas",
|
||||
"Tool::UpdateCanvas" = "Tool::UpdateCanvas",
|
||||
"Document::ExpandFolder" = "Document::ExpandFolder",
|
||||
"Document::CollapseFolder" = "Document::CollapseFolder",
|
||||
"Tool::SetActiveTool" = "Tool::SetActiveTool",
|
||||
|
||||
Reference in New Issue
Block a user