diff options
author | Dr. David Alan Gilbert <dave@treblig.org> | 2024-08-14 02:12:17 +0100 |
---|---|---|
committer | David Gilbert <freedesktop@treblig.org> | 2024-10-17 20:49:00 +0200 |
commit | a61eff73a16d891828e8723ad02fffe94b2d2216 (patch) | |
tree | 3aee850834fd8be53cb67a5bf3075119dde0096c /sdext/qa | |
parent | 7b218d6b4f3217b0fc629ef354b0fa4a94315597 (diff) |
tdf#148526 sdext,pdfimport: Parse clipToStrokePath
Parse the soon to be created clipToStrokePath command and route
it through the tree code.
Change-Id: I8fa17457ffd062e91983b6ed80bd64259aa7114e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172923
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
Diffstat (limited to 'sdext/qa')
-rw-r--r-- | sdext/qa/unit/pdfimport.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdext/qa/unit/pdfimport.cxx b/sdext/qa/unit/pdfimport.cxx index ddae491db9e4..ee3b8b494db2 100644 --- a/sdext/qa/unit/pdfimport.cxx +++ b/sdext/qa/unit/pdfimport.cxx @@ -340,6 +340,12 @@ namespace getCurrentContext().Clip = aNewClip; } + virtual void intersectClipToStroke(const uno::Reference<rendering::XPolyPolygon2D>& /* rPath */) override + { + // Not copying the contents of this, unlike the other clip functions above + // it's too complex to copy in, and I don't think the clip is actually used in the test + } + virtual void drawGlyphs( const OUString& rGlyphs, const geometry::RealRectangle2D& /*rRect*/, const geometry::Matrix2D& /*rFontMatrix*/, |