Kaydet (Commit) 500a70ba authored tarafından Regina Henschel's avatar Regina Henschel Kaydeden (comit) Thorsten Behrens

tdf#125181 maxY is 50000 in prstGeom for star24 and star32

The presetShapeDefinitions.xml has 'pin 0 adj 50000', but attribute
'maxY' has been 'ssd2' in definition of star24 and star32. The
attribute 'maxY' has to be 50000 too. Tom Jebo (Microsoft) has
confirmed, that this is indeed an error in the specification. A
link to his answer is in tdf#125181.

Change-Id: I8db646e65f4627970e0eb92316ee7ad78370880c
Reviewed-on: https://gerrit.libreoffice.org/72552Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 270f0adf
...@@ -17101,7 +17101,7 @@ ...@@ -17101,7 +17101,7 @@
</gdLst> </gdLst>
<ahLst xmlns="http://schemas.openxmlformats.org/drawingml/2006/main"> <ahLst xmlns="http://schemas.openxmlformats.org/drawingml/2006/main">
<ahXY gdRefY="adj" minY="0" maxY="ssd2"> <ahXY gdRefY="adj" minY="0" maxY="50000">
<pos x="hc" y="yAdj" /> <pos x="hc" y="yAdj" />
</ahXY> </ahXY>
</ahLst> </ahLst>
...@@ -17384,7 +17384,7 @@ ...@@ -17384,7 +17384,7 @@
</gdLst> </gdLst>
<ahLst xmlns="http://schemas.openxmlformats.org/drawingml/2006/main"> <ahLst xmlns="http://schemas.openxmlformats.org/drawingml/2006/main">
<ahXY gdRefY="adj" minY="0" maxY="ssd2"> <ahXY gdRefY="adj" minY="0" maxY="50000">
<pos x="hc" y="yAdj" /> <pos x="hc" y="yAdj" />
</ahXY> </ahXY>
</ahLst> </ahLst>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment