Improve PAGX SVG export coverage and add shared modifier resolver utilities.#3427
Open
OnionsYu wants to merge 208 commits into
Open
Improve PAGX SVG export coverage and add shared modifier resolver utilities.#3427OnionsYu wants to merge 208 commits into
OnionsYu wants to merge 208 commits into
Conversation
…ile mode instead of stretch mode.
…ect ratio instead of tile mode.
…correct x-y order.
…tch when tileModeX or tileModeY is Repeat or Mirror.
…mage is smaller than the shape.
…mage pattern and shadow code.
…ents and shadows.
…itable vector shapes.
…ration across exporters.
…rove resource management.
…ort so PowerPoint stops compounding faux-bold on top of an already bold face.
…nfig-based renderers resolve the family correctly.
…ger cancels overlapping skewed letters.
…ks, modifier edges, and text alignment paths.
…kdrop when rasterizeUnsupported is on.
…ort_svg2 # Conflicts: # src/pagx/ppt/PPTExporter.cpp resolved by feature/onionsyu_export_ppt2 version
…oving the duplicated ApplyStrokeBoxInset definition.
…resolved scales RTL paragraphs and glyph runs.
…on that misuses baselineY as a Y coordinate.
… image bytes when only filePath is set.
…d column so wrapping textAlign End and overflow hidden render correctly.
…t spacing so non-last columns stretch to fill the box like the PAGX renderer.
…PowerPoint uses the real bold face.
…o browsers and CoreText viewers use the real bold face.
…rt_svg2 # Conflicts: # .codebuddy/skills/pagx/references/cli.md # CMakeLists.txt # include/pagx/PPTExporter.h # include/pagx/SVGExporter.h # src/cli/CommandExport.cpp # src/pagx/TextLayout.cpp # src/pagx/TextLayout.h # src/pagx/ppt/PPTExporter.cpp # src/pagx/ppt/PPTFeatureProbe.h # src/pagx/ppt/PPTStyleEmitter.cpp # src/pagx/ppt/PPTTextWriter.cpp # src/pagx/ppt/PPTWriter.h # src/pagx/svg/SVGExporter.cpp # src/pagx/utils/ExporterUtils.cpp # src/pagx/utils/ExporterUtils.h # test/src/PAGXCliTest.cpp # test/src/PAGXPPTTest.cpp
…tting CSS Compositing Level 2 mix-blend-mode values and guarding feBlend against the unsupported Porter-Duff modes.
…ss SVG and PPT exporters to remove mirrored implementations.
…vendored dependency.
…empty shell layers to match verify.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3427 +/- ##
==========================================
+ Coverage 81.55% 82.17% +0.62%
==========================================
Files 558 562 +4
Lines 51407 54164 +2757
Branches 13875 14371 +496
==========================================
+ Hits 41924 44511 +2587
- Misses 6603 6706 +103
- Partials 2880 2947 +67 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…nts filters and image helpers.
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.
完善 PAGX 的 SVG 导出能力,并抽取多个导出器共享的辅助模块。
主要变更
不影响 PPT 导出的对外行为,PPTWriter.h 的清理仅为同步共享头的迁移。