Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ecomfe
/
zrender
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.3k
Code
Issues
323
Pull requests
47
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Fix save restore mismatch
- #1151
#1151
Merged
Ovilia
merged 14 commits into
release
ecomfe/zrender:release
from
fix-save-restore-mismatch
ecomfe/zrender:fix-save-restore-mismatch
Copy head branch name to clipboard
Apr 27, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Fix save restore mismatch
#1151
Ovilia
merged 14 commits into
release
ecomfe/zrender:release
from
fix-save-restore-mismatch
ecomfe/zrender:fix-save-restore-mismatch
Copy head branch name to clipboard
Commits
Commits on Mar 12, 2026
fix: (1) Fix that ctx.save() and ctx.restore() do not properly paired, which can cause canvas is not properly cleared due to incorrect transform. It can be reproduced when both hover layered and zl…
Show description for 18abd76
100pah
committed
18abd76
View commit details
Copy full SHA for 18abd76
Browse repository at this point
chore: Clarity the code; remove ts-ignore and unnecessary code.
100pah
committed
ba07032
View commit details
Copy full SHA for ba07032
Browse repository at this point
Commits on Mar 15, 2026
fix(hoverLayer): Clarify the constraints of hover layer - restrict to only style modifying, and fix the omission of __hoverStyle usage. Previously the hover layer effect is inconsistent and not pre…
Show description for 9f69705
100pah
committed
9f69705
View commit details
Copy full SHA for 9f69705
Browse repository at this point
tweak
100pah
committed
128f7b7
View commit details
Copy full SHA for 128f7b7
Browse repository at this point
Commits on Mar 17, 2026
fix: (1) Tweak previous commit. (2) Performance optimize of hoverLayer for large data and progressive rendering - prevent unnecessary repeated hoverLayer rendering.
100pah
committed
d68b53a
View commit details
Copy full SHA for d68b53a
Browse repository at this point
Tweak comments.
100pah
committed
77a7f00
View commit details
Copy full SHA for 77a7f00
Browse repository at this point
Commits on Mar 23, 2026
fix(incremental/progressive): In practice, previously incremental layer was likely to dirty and discard the rendered content, and restarted all drawing per frame, which probably caused the cumulati…
Show description for 8453d19
100pah
committed
8453d19
View commit details
Copy full SHA for 8453d19
Browse repository at this point
Commits on Mar 24, 2026
Fix the preceding commit (single canvas case).
100pah
committed
716d480
View commit details
Copy full SHA for 716d480
Browse repository at this point
Commits on Mar 25, 2026
Fix backward compatibility.
100pah
committed
0051ea1
View commit details
Copy full SHA for 0051ea1
Browse repository at this point
Commits on Apr 6, 2026
fix regression: Incremental can not keep rendering for `notClear`.
100pah
committed
84df321
View commit details
Copy full SHA for 84df321
Browse repository at this point
Fix REFERENCE_BEFORE_LEXICAL_DECL from DeepScan.
100pah
committed
5afadb7
View commit details
Copy full SHA for 5afadb7
Browse repository at this point
Commits on Apr 7, 2026
test: tweak debug output.
100pah
committed
5fd212a
View commit details
Copy full SHA for 5fd212a
Browse repository at this point
Commits on Apr 9, 2026
tweak
100pah
committed
9b05600
View commit details
Copy full SHA for 9b05600
Browse repository at this point
Commits on Apr 26, 2026
feat: (1) Export static methods - beneficial for users' code size. (2) Add utils.
100pah
committed
0fe4f7f
View commit details
Copy full SHA for 0fe4f7f
Browse repository at this point
You can’t perform that action at this time.