One thing I notice:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 37.5 63" style="enable-background:new 0 0 37.5 63;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#2A6D9B;stroke-width:4;}
.st1{fill:#E09028;}
.st2{fill:#2A6D9B;}
.st3{fill:none;}
</style>
<path class="st0" d="M35,39.4c0,8.2-7.2,14.9-16,14.9S3,47.6,3,39.4C3,31.2,19,6.3,19,6.3S35,31.2,35,39.4z"/>
<path class="st1" d="M18.9,37.7c-8.7-6.2-11.7,0-11.7,0C7,38.1,7,38.6,7,39c0,6.2,5.4,11.2,12,11.2s12-5,12-11.2
c0-0.4-0.1-0.8-0.1-1.3C30.9,37.7,27.5,43.9,18.9,37.7z"/>
<g>
<path class="st2" d="M99.1,64c-0.1,0-0.3,0-0.4,0s-0.3,0-0.4,0s-0.2,0-0.4,0s-0.3,0-0.4,0"/>
</g>
<path id="_x3C_スライス_x3E__3_" class="st3" d="M289.7,9"/>
</svg>
That stroke-width:4 the first shape is not being recognized, and it is set to 0.
Code: Select all
[ConvertedShape]
Meter=Shape
X=0
Y=0
Shape = Path Path1 | stroke color 2A6D9B | fill color 0,0,0,0 | StrokeWidth 0
Shape2 = Path Path2 | fill color E09028 | StrokeWidth 0
Shape3 = Path Path3 | fill color 2A6D9B | StrokeWidth 0
Path1 = 35, 39.4 | CurveTo 19, 54.3, 35, 47.6, 27.8, 54.3 | CurveTo 3, 39.4, 10.2, 54.3, 3, 47.6 | CurveTo 19, 6.3, 3, 31.2, 19, 6.3 | CurveTo 35, 39.4, 19, 6.3, 35, 31.2 | ClosePath 1
Path2 = 18.9, 37.7 | CurveTo 7.2, 37.7, 10.2, 31.5, 7.2, 37.7 | CurveTo 7, 39, 7, 38.1, 7, 38.6 | CurveTo 19, 50.2, 7, 45.2, 12.4, 50.2 | CurveTo 31, 39, 25.6, 50.2, 31, 45.2 | CurveTo 30.9, 37.7, 31, 38.6, 30.9, 38.2 | CurveTo 18.9, 37.7, 30.9, 37.7, 27.5, 43.9 | ClosePath 1
Path3 = 99.1, 64 | CurveTo 98.7, 64, 99, 64, 98.8, 64 | CurveTo 98.3, 64, 98.6, 64, 98.4, 64 | CurveTo 97.9, 64, 98.2, 64, 98.1, 64 | CurveTo 97.5, 64, 97.7, 64, 97.6, 64
If I manually set the StrokeWidth to 4 on Shape, then it works correctly.
1.jpg
You do not have the required permissions to view the files attached to this post.