summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2015-12-07 16:07:49 +0100
committerAndras Timar <andras.timar@collabora.com>2015-12-07 16:11:42 +0000
commit201c55cbb3f757389f78971b32332c9fc8e3d271 (patch)
tree2fcf7bd746267113f385c551c40497ebff678ff4 /filter
parente9da0f499c39f9607d67ec344dff1b83dae1bfa2 (diff)
svg-export: added a new bullet type
The new bullet type is used in a pptx document. Change-Id: I0bf970c2a25fb21b666e263b67023c299041e4cf Reviewed-on: https://gerrit.libreoffice.org/20439 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgexport.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 7634081e065a..6824d959d8e1 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -1283,6 +1283,8 @@ void SVGFilter::implEmbedBulletGlyphs()
implEmbedBulletGlyph( 8226, sPathData );
sPathData = "M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z";
implEmbedBulletGlyph( 8211, sPathData );
+ sPathData = "M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z";
+ implEmbedBulletGlyph( 61548, sPathData );
}