bug fix: solve the problem of incomplete svg rendering content#3048
Open
halo951 wants to merge 1 commit intoniklasvh:masterfrom
Open
bug fix: solve the problem of incomplete svg rendering content#3048halo951 wants to merge 1 commit intoniklasvh:masterfrom
halo951 wants to merge 1 commit intoniklasvh:masterfrom
Conversation
dealing with the issue of incomplete rendering content when using 'position: absolute' to render SVG
hexiaokang
approved these changes
Jun 11, 2023
|
Seems like a duplicate of #3097 |
nangelina
added a commit
to artificialonlinesao/html2canvas
that referenced
this pull request
Feb 9, 2024
Squashed commit of the following: commit 8301a3b Author: Halo <1654403734@qq.com> Date: Thu Apr 6 14:41:16 2023 +0800 fix: resolve missing svg serialized content dealing with the issue of incomplete rendering content when using 'position: absolute' to render SVG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Explain the motivation for making this change. What existing problem does the pull request solve?
dealing with the issue of incomplete rendering content when using 'position: absolute' to render SVG
Test plan (required)
https://codesandbox.io/p/github/halo951/issue-html2canvas/master?file=%2Fsrc%2FApp.vue&workspace=%257B%2522activeFilepath%2522%253A%2522%252Fsrc%252FApp.vue%2522%252C%2522openFiles%2522%253A%255B%2522%252Fsrc%252FApp.vue%2522%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522spaces%2522%253A%257B%2522clg659avv000x356ijqjo89hc%2522%253A%257B%2522key%2522%253A%2522clg659avv000x356ijqjo89hc%2522%252C%2522name%2522%253A%2522Default%2522%252C%2522devtools%2522%253A%255B%257B%2522type%2522%253A%2522PREVIEW%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522port%2522%253A5173%252C%2522key%2522%253A%2522clg659hbq005q356io4rkvhc4%2522%252C%2522isMinimized%2522%253Afalse%257D%255D%257D%257D%252C%2522currentSpace%2522%253A%2522clg659avv000x356ijqjo89hc%2522%252C%2522spacesOrder%2522%253A%255B%2522clg659avv000x356ijqjo89hc%2522%255D%252C%2522hideCodeEditor%2522%253Afalse%257D
Code formatting
Closing issues
Fixes #3047