Bug 40515 - Embed entire SVG code into LibreOffice instead of just a Link
Summary: Embed entire SVG code into LibreOffice instead of just a Link
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
Master old -3.6
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 08:05 UTC by jlm
Modified: 2011-12-22 05:50 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jlm 2011-08-31 08:05:38 UTC
Dear LibreOffice Developers:

Please include the ability to obtain the entire SVG code and directly embed the SVG picture into the LibreOffice documents in Writer, Draw, etc so that the referenced link is replaced with the actual SVG code. For example, the following SVG code can be used to display a SVG picture:

<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 <g>
  <title>Layer 1</title>
  <image x="367" y="164" width="190" height="150" id="svg_1" xlink:href="http://www.openclipart.org/people/gsagri04/Slate.svg"/>
 </g>
</svg>

However, if the "link" or URL changes then the picture is lost (in PDF and LibreOffice). Therefore, please allow LibreOffice to obtain the SVG code from the link so that the entire SVG picture will remain with the document (in PDF and LibreOffice).

In other words, the SVG code used to link the picture:

<image x="367" y="164" width="190" height="150" id="svg_1" xlink:href="http://www.openclipart.org/people/gsagri04/Slate.svg"/>

Will automatically be changed in LibreOffice to the embedded SVG code:

<svg width="189.70747" height="149.83336" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 <defs>
  <filter color-interpolation-filters="sRGB" id="filter4003">
   <feGaussianBlur id="feGaussianBlur4005" stdDeviation="8.40013"/>
  </filter>
  <linearGradient id="linearGradient3989">
   <stop stop-color="#ffffff" id="stop3991" offset="0"/>
   <stop stop-color="#ffffff" stop-opacity="0" id="stop3993" offset="1"/>
  </linearGradient>
  <linearGradient id="linearGradient3881">
   <stop stop-color="#2b1100" id="stop3883" offset="0"/>
   <stop stop-color="#2b1100" stop-opacity="0" id="stop3885" offset="1"/>
  </linearGradient>
  <linearGradient id="linearGradient3871">
   <stop stop-color="#2b1100" id="stop3873" offset="0"/>
   <stop stop-color="#2b1100" stop-opacity="0" id="stop3875" offset="1"/>
  </linearGradient>
  <linearGradient id="linearGradient3861">
   <stop stop-color="#2b1100" id="stop3863" offset="0"/>
   <stop stop-color="#2b1100" stop-opacity="0" id="stop3865" offset="1"/>
  </linearGradient>
  <linearGradient id="linearGradient3851">
   <stop stop-color="#2b1100" id="stop3853" offset="0"/>
   <stop stop-color="#2b1100" stop-opacity="0" id="stop3855" offset="1"/>
  </linearGradient>
  <linearGradient y2="0.52848" x2="0.5505" y1="-1.81395" x1="0.55468" id="linearGradient3857" xlink:href="#linearGradient3851"/>
  <linearGradient y2="0.57057" x2="0.46678" y1="-1.26233" x1="0.46448" id="linearGradient3867" xlink:href="#linearGradient3861"/>
  <linearGradient y2="0.29391" x2="0.43693" y1="2.45386" x1="0.43234" id="linearGradient3877" xlink:href="#linearGradient3871"/>
  <linearGradient y2="0.29854" x2="0.51703" y1="2.25379" x1="0.51703" id="linearGradient3887" xlink:href="#linearGradient3881"/>
  <linearGradient y2="0.07455" x2="0.3199" y1="-0.33486" x1="0.3199" id="linearGradient3995" xlink:href="#linearGradient3989"/>
  <linearGradient y2="0.50207" x2="0.15519" y1="0.52381" x1="-0.31477" id="linearGradient3999" xlink:href="#linearGradient3989"/>
 </defs>
 <metadata id="metadata7">image/svg+xml</metadata>
 <g>
  <title>Layer 1</title>
  <g id="layer1">
   <g transform="matrix(0.282796, 0, 0, 0.282796, 61.8559, -21.2243)" id="g4007">
    <rect fill="#000000" filter="url(#filter4003)" id="rect4001" width="630.50842" height="489.50867" x="-198.56959" y="95.21249" ry="31.92448"/>
    <rect fill="#000000" fill-opacity="0.98131" id="rect2998" width="605.71436" height="367.14285" x="-184.83642" y="165.60623"/>
    <rect fill="url(#linearGradient3999)" id="rect3997" width="605.71436" height="367.14285" x="-184.83642" y="165.60623"/>
    <rect fill="url(#linearGradient3995)" y="165.60623" x="-184.83642" height="367.14285" width="605.71436" id="rect3987"/>
    <path fill="#aa4400" d="m-151.25159,92.45383c-20.57715,0 -37.15625,13.05069 -37.15625,29.24857l0,50.01035c2.3075,-0.35062 4.71483,-0.54117 7.15625,-0.54117l607.125,0l0,-49.46918c0,-16.19788 -16.54791,-29.24857 -37.125,-29.24857l-540,0z" id="rect2985"/>
    <path fill="#aa4400" id="path2990" d="m388.7171,583.71277c20.57715,0 37.15625,-12.5802 37.15625,-28.19421l0,-48.20755c-2.3075,0.33801 -4.71484,0.52167 -7.15625,0.52167l-607.12498,0l0,47.68588c0,15.61401 16.54787,28.19421 37.125,28.19421l539.99998,0z"/>
    <rect fill="#aa4400" id="rect2992" width="337.14288" height="72.85715" x="-508.03482" y="-188.40784" transform="matrix(0, -1, 1, 0, 0, 0)"/>
    <rect fill="#aa4400" transform="matrix(0, -1, 1, 0, 0, 0)" y="353.01626" x="-508.03482" height="72.85715" width="337.14288" id="rect2996"/>
    <g opacity="0.05" id="g3786" transform="matrix(0.407055, 0, 0, 1.0966, 91.4644, -89.486)">
     <path fill="#2b1100" d="m-542.96802,238.45599c0,119.74072 -23.34412,216.80972 -52.14056,216.80972c-28.7887,0 -52.1297,-97.0191 -52.1405,-216.72784" id="path3768"/>
     <path fill="#ff6600" id="path3770" d="m-551.25708,238.94321c0,100.70374 -19.63263,182.34021 -43.85083,182.34021c-24.21814,0 -43.85077,-81.63647 -43.85077,-182.34021c0,-0.16206 0,-0.32411 0.00012,-0.48616"/>
     <path fill="#ff9955" d="m-560.20502,238.45694c0,80.15329 -15.62628,145.13034 -34.90228,145.13034c-19.23871,0 -34.84955,-64.7355 -34.90216,-144.73355" id="path3772"/>
     <path fill="#d45500" id="path3774" d="m-568.39246,238.62181c0,61.34981 -11.96039,111.08363 -26.71436,111.08363c-14.75397,0 -26.71442,-49.73383 -26.71442,-111.08363c0,-0.05475 0.00006,-0.10953 0.00006,-0.16428"/>
    </g>
    <g opacity="0.05" id="g3798" transform="matrix(0.337647, 0, 0, 0.395826, 665.566, 416.331)">
     <path fill="#2b1100" d="m-712.34253,1.54416c0,87.02579 -17.63708,157.57413 -39.39349,157.57413c-21.75647,0 -39.39355,-70.54834 -39.39355,-157.57413c0,-87.02579 17.63708,-157.57413 39.39355,-157.57413c21.75641,0 39.39349,70.54834 39.39349,157.57413z" id="path3792"/>
     <path fill="#aa4400" id="path3794" d="m-726.80334,1.54375c0,66.9217 -11.16272,121.17245 -24.93262,121.17245c-13.7699,0 -24.93256,-54.25076 -24.93256,-121.17245c0,-66.9217 11.16266,-121.17246 24.93256,-121.17246c13.7699,0 24.93262,54.25076 24.93262,121.17246z"/>
     <path fill="#ff6600" d="m-735.28058,1.54376c0,53.42722 -7.36743,96.73854 -16.45557,96.73854c-9.08813,0 -16.45557,-43.31132 -16.45557,-96.73854c0,-53.42722 7.36743,-96.73854 16.45557,-96.73854c9.08813,0 16.45557,43.31132 16.45557,96.73854z" id="path3796"/>
    </g>
    <g opacity="0.05" transform="matrix(0.337647, 0, 0, 0.395826, 621.023, 252.725)" id="g3803">
     <path fill="#2b1100" id="path3805" d="m-712.34253,1.54416c0,87.02579 -17.63708,157.57413 -39.39349,157.57413c-21.75647,0 -39.39355,-70.54834 -39.39355,-157.57413c0,-87.02579 17.63708,-157.57413 39.39355,-157.57413c21.75641,0 39.39349,70.54834 39.39349,157.57413z"/>
     <path fill="#aa4400" d="m-726.80334,1.54375c0,66.9217 -11.16272,121.17245 -24.93262,121.17245c-13.7699,0 -24.93256,-54.25076 -24.93256,-121.17245c0,-66.9217 11.16266,-121.17246 24.93256,-121.17246c13.7699,0 24.93262,54.25076 24.93262,121.17246z" id="path3807"/>
     <path fill="#ff6600" id="path3809" d="m-735.28058,1.54376c0,53.42722 -7.36743,96.73854 -16.45557,96.73854c-9.08813,0 -16.45557,-43.31132 -16.45557,-96.73854c0,-53.42722 7.36743,-96.73854 16.45557,-96.73854c9.08813,0 16.45557,43.31132 16.45557,96.73854z"/>
    </g>
    <g opacity="0.05" transform="matrix(0, 0.271805, -0.420053, 0, 810.836, 764.118)" id="g3811">
     <path fill="#2b1100" id="path3813" d="m-760.11255,921.73309c0,119.74066 -23.34406,216.80963 -52.14056,216.80963c-28.7887,0 -52.12964,-97.01917 -52.14044,-216.72778"/>
     <path fill="#ff6600" d="m-768.40155,922.22015c0,100.7038 -19.63269,182.34027 -43.85083,182.34027c-24.21814,0 -43.85089,-81.63647 -43.85089,-182.34027c0,-0.16199 0.00006,-0.3241 0.00018,-0.48608" id="path3815"/>
     <path fill="#ff9955" id="path3817" d="m-777.34949,921.73401c0,80.15326 -15.62622,145.13025 -34.90228,145.13025c-19.23871,0 -34.84949,-64.73535 -34.9021,-144.73352"/>
     <path fill="#d45500" d="m-785.53687,921.89886c0,61.34979 -11.96039,111.08356 -26.71436,111.08356c-14.75391,0 -26.71442,-49.73376 -26.71442,-111.08356c0,-0.05475 0,-0.10962 0.00006,-0.16437" id="path3819"/>
    </g>
    <g opacity="0.05" transform="matrix(3.80183, 0, 0, 0.237906, 608.931, 192.6)" id="g3831">
     <path fill="#2b1100" id="path3833" d="m-81.09574,-418.55685c0,119.74072 -23.34412,216.80972 -52.14054,216.80972c-28.78874,0 -52.12965,-97.0191 -52.14053,-216.72784"/>
     <path fill="#ff6600" d="m-89.38479,-418.06961c0,100.70374 -19.63268,182.34019 -43.85084,182.34019c-24.21814,0 -43.85083,-81.63646 -43.85083,-182.34019c0,-0.16205 0.00005,-0.3241 0.00015,-0.48615" id="path3835"/>
     <path fill="#ff9955" id="path3837" d="m-98.33267,-418.55594c0,80.15329 -15.62627,145.13034 -34.90227,145.13034c-19.23872,0 -34.84955,-64.7355 -34.90215,-144.73355"/>
     <path fill="#d45500" d="m-106.52011,-418.39105c0,61.34979 -11.96043,111.08362 -26.71437,111.08362c-14.75395,0 -26.71437,-49.73383 -26.71437,-111.08362c0,-0.05475 0,-0.10953 0.00002,-0.16428" id="path3839"/>
    </g>
    <g opacity="0.05" transform="matrix(1.98458, 0, 0, 0.12283, 375.934, 684.886)" id="g3841">
     <path fill="#2b1100" id="path3843" d="m-194.85342,-1119.27771c0,87.02576 -17.63708,157.57416 -39.39352,157.57416c-21.75647,0 -39.39352,-70.5484 -39.39352,-157.57416c0,-87.02576 17.63705,-157.5741 39.39352,-157.5741c21.75644,0 39.39352,70.54834 39.39352,157.5741z"/>
     <path fill="#aa4400" d="m-209.31425,-1119.2782c0,66.92175 -11.16272,121.17242 -24.93262,121.17242c-13.7699,0 -24.93257,-54.25067 -24.93257,-121.17242c0,-66.92163 11.16267,-121.17236 24.93257,-121.17236c13.7699,0 24.93262,54.25073 24.93262,121.17236z" id="path3845"/>
     <path fill="#ff6600" id="path3847" d="m-217.79147,-1119.27808c0,53.42712 -7.3674,96.73846 -16.45555,96.73846c-9.08815,0 -16.45555,-43.31134 -16.45555,-96.73846c0,-53.42725 7.3674,-96.73853 16.45555,-96.73853c9.08815,0 16.45555,43.31128 16.45555,96.73853z"/>
    </g>
    <rect fill="url(#linearGradient3857)" transform="matrix(0, -1, 1, 0, 0, 0)" y="-188.40784" x="-508.03482" height="72.85715" width="337.14288" id="rect3849"/>
    <path fill="url(#linearGradient3867)" id="path3859" d="m-151.25159,92.45383c-20.57715,0 -37.15625,13.05069 -37.15625,29.24857l0,50.01035c2.3075,-0.35062 4.71483,-0.54117 7.15625,-0.54117l607.125,0l0,-49.46918c0,-16.19788 -16.54791,-29.24857 -37.125,-29.24857l-540,0z"/>
    <path fill="url(#linearGradient3877)" d="m388.7171,583.71277c20.57715,0 37.15625,-12.5802 37.15625,-28.19421l0,-48.20755c-2.3075,0.33801 -4.71484,0.52167 -7.15625,0.52167l-607.12498,0l0,47.68588c0,15.61401 16.54787,28.19421 37.125,28.19421l539.99998,0z" id="path3869"/>
    <rect fill="url(#linearGradient3887)" id="rect3879" width="337.14288" height="72.85715" x="-508.03482" y="353.01626" transform="matrix(0, -1, 1, 0, 0, 0)"/>
    <g font-size="52.30501px" font-style="normal" font-weight="normal" opacity="0.70638" fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" font-family="Sans" id="text3889">
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m24.61229,238.00586c0,0.61301 -0.23799,1.17502 -0.715,1.686c-0.47701,0.51102 -1.005,0.76602 -1.58299,0.76602c-0.30701,0 -0.63,-0.05103 -0.97101,-0.15302c-0.341,-0.10199 -0.61299,-0.19601 -0.817,-0.28101c-0.017,0 -0.222,-0.08499 -0.61299,-0.25598c-1.10701,19.25699 -3.737,33.31299 -7.892,42.16599c-1.09001,2.29901 -2.384,3.448 -3.882,3.448c-4.222,0 -7.364,-8.31699 -9.424,-24.952c-2.707,8.05301 -4.938,13.715 -6.69101,16.98401c-1.97499,3.711 -3.925,5.56699 -5.849,5.56699c-1.328,0 -2.571,-0.79999 -3.729,-2.39999c-1.10599,-1.53299 -2.30699,-4.04401 -3.601,-7.535c-2.571,-6.98001 -3.856,-17.45999 -3.856,-31.439l0,-1.83899c-0.34099,0.03497 -0.79199,0.11099 -1.35399,0.22998c-0.47701,0.10202 -0.817,0.15402 -1.02101,0.15402c-1.70299,0 -2.554,-0.87701 -2.554,-2.63101c0,-2.06 2.72401,-3.09 8.17201,-3.09c2.537,0 4.57199,0.319 6.10399,0.957c1.533,0.63901 2.29901,1.435 2.29901,2.388c0,1.82199 -0.817,2.733 -2.45201,2.733c-0.409,0 -1.03,-0.11902 -1.864,-0.35699c-0.92,-0.27301 -1.65999,-0.43503 -2.222,-0.48602l-0.10199,6.38501c0,12.685 2.11099,23.01999 6.33299,31.005c2.62201,-3.62601 5.60201,-10.897 8.939,-21.811c0.59601,-1.94101 1.192,-4.33301 1.78801,-7.17599c0.494,-2.35001 0.88499,-3.84799 1.175,-4.495c0.459,-1.039 1.13199,-1.55801 2.017,-1.55801c1.243,0 2.052,0.58701 2.427,1.76199c0.25499,0.83401 0.383,2.57101 0.383,5.21002c0,0.42599 -0.009,0.93198 -0.026,1.51999c-0.017,0.58701 -0.02499,0.94901 -0.02499,1.08499c0,10.35202 1.694,19.38501 5.082,27.09799c3.57599,-9.12598 5.84,-22.271 6.79399,-39.43298c-0.256,0.017 -0.69,0.09299 -1.30299,0.229c-0.511,0.12 -0.91101,0.17899 -1.20001,0.17899c-1.66899,0 -2.50299,-0.86798 -2.50299,-2.60498c0,-1.992 2.28099,-2.98801 6.84399,-2.98801c2.31601,0 4.24001,0.409 5.772,1.22598c1.414,0.76602 2.12,1.66901 2.12,2.707l0,0z" id="path3932"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m50.10091,255.88376c-0.00003,1.77075 -0.61298,3.08179 -1.83884,3.93311c-0.54489,0.37457 -2.27307,0.85983 -5.18454,1.45575c-3.86502,0.80026 -7.15961,1.20038 -9.88382,1.20035c-1.24294,0.00003 -2.74124,-0.08511 -4.49495,-0.2554c-0.00002,6.41898 2.44327,9.62842 7.32985,9.62842c1.34506,0 2.56244,-0.38309 3.65216,-1.14926c0.54482,-0.37457 1.52383,-1.28549 2.93704,-2.73276c0.51077,-0.5278 1.0471,-0.79172 1.60899,-0.79172c0.71507,0 1.33229,0.26819 1.85161,0.8045c0.51929,0.53635 0.77893,1.19611 0.77896,1.97931c-0.00003,0.647 -0.24689,1.24292 -0.74063,1.78778c-2.92857,3.20096 -6.35938,4.80142 -10.29247,4.80142c-8.13861,0 -12.2079,-4.70779 -12.2079,-14.12338c0,-4.85248 1.29401,-9.04099 3.88202,-12.56546c2.94554,-4.00116 6.58919,-6.00174 10.93092,-6.00177c3.38823,0.00003 6.18056,1.13226 8.37697,3.39676c2.19638,2.26453 3.29459,5.14197 3.29462,8.63235zm-5.08238,0.30649c-0.10217,-2.36667 -0.71938,-4.23956 -1.85161,-5.61871c-1.13228,-1.37912 -2.54973,-2.0687 -4.25233,-2.0687c-2.21344,0 -4.16296,0.79175 -5.84857,2.37515c-1.73669,1.60052 -3.0307,3.86502 -3.882,6.79355c1.20886,0.13623 2.49435,0.20432 3.85648,0.20432c3.3031,0 7.29578,-0.56186 11.97804,-1.68561z" id="path3934"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m61.36385,277.38806c0,1.15781 -0.0766,1.94952 -0.22986,2.37518c-0.28946,0.74915 -0.92795,1.12375 -1.91547,1.12375c-1.61752,0 -2.57098,-1.31104 -2.86041,-3.93311c-0.49377,-4.42685 -0.74066,-10.48822 -0.74066,-18.18414c0,-8.5983 0.11917,-13.88498 0.35754,-15.86008c0.27243,-2.16232 1.13226,-3.2435 2.5795,-3.24353c1.70264,0.00003 2.55396,1.03012 2.55396,3.09027c0,0.51083 -0.09369,2.54123 -0.28091,6.09122c-0.18732,3.55002 -0.28098,6.82333 -0.28094,9.81995c-0.00003,2.62207 0.1362,6.01459 0.40863,10.17752c0.2724,4.16293 0.40863,7.01059 0.40863,8.54297z" id="path3936"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m95.45915,267.27441c-0.00003,1.77075 -1.7963,4.04376 -5.38882,6.81906c-2.53699,1.94101 -5.86563,2.9115 -9.98599,2.9115c-4.08633,0 -7.30432,-1.34506 -9.65393,-4.03525c-2.40073,-2.74124 -3.6011,-6.50406 -3.6011,-11.28848c0,-6.18054 1.37915,-10.99475 4.13742,-14.44263c2.75827,-3.44778 6.54663,-5.17172 11.36511,-5.17175c3.5755,0.00003 6.50403,0.80026 8.78561,2.40073c2.16232,1.49835 3.24347,3.29462 3.2435,5.38885c-0.00003,1.71967 -0.80026,2.5795 -2.40073,2.5795c-0.74918,0 -1.29401,-0.26392 -1.63452,-0.79175c-0.30649,-0.74911 -0.77472,-1.68558 -1.40466,-2.80936c-1.20889,-1.36206 -3.4053,-2.04312 -6.5892,-2.04315c-3.32016,0.00003 -5.8869,1.25146 -7.7002,3.7543c-1.81329,2.5029 -2.71997,6.07846 -2.71994,10.72662c-0.00003,7.35541 2.92853,11.03311 8.78558,11.03308c3.38824,0.00003 6.28271,-1.20035 8.68347,-3.60107c0.017,-0.017 0.5448,-0.7832 1.58344,-2.29855c0.61292,-0.9194 1.311,-1.37912 2.09424,-1.37915c0.61292,0.00003 1.16629,0.23413 1.66006,0.70236c0.49374,0.46823 0.74063,0.98328 0.74066,1.54514z" id="path3938"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m127.28145,259.12729c-0.00003,5.00577 -1.46429,8.9942 -4.39279,11.96527c-2.92856,2.97113 -6.83612,4.45667 -11.72269,4.45667c-4.05228,0 -7.22769,-1.38339 -9.52625,-4.15018c-2.29855,-2.76678 -3.44781,-6.61047 -3.44781,-11.5311c0,-5.17599 1.38763,-9.19421 4.16293,-12.05469c2.72421,-2.80933 6.50406,-4.21399 11.33957,-4.21402c4.05225,0.00003 7.32983,1.42172 9.83273,4.26511c2.50284,2.84344 3.75427,6.59775 3.7543,11.26294zm-5.08237,0.05112c-0.00003,-3.4223 -0.83008,-6.09967 -2.49011,-8.0322c-1.6601,-1.93246 -3.92886,-2.89871 -6.8063,-2.89874c-6.41895,0.00003 -9.62842,3.85651 -9.62839,11.56943c-0.00003,3.5585 0.69806,6.2955 2.09424,8.21097c1.39615,1.91547 3.39673,2.8732 6.0018,2.8732c3.37119,0 6.0188,-1.03009 7.94278,-3.0903c1.92398,-2.06018 2.88596,-4.93762 2.88599,-8.63235z" id="path3940"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m167.9915,259.91901c-0.00003,13.04221 -1.54944,19.56329 -4.64819,19.56329c-1.19186,0 -1.78781,-0.74915 -1.78775,-2.24747c-0.00006,-0.017 0.2894,-1.96231 0.86832,-5.83582c0.57886,-3.87347 0.86832,-7.73419 0.86835,-11.58218c-0.00003,-6.41891 -1.51538,-9.62839 -4.54602,-9.62839c-2.65616,0 -4.40137,1.61752 -5.23563,4.85251c-0.62997,2.48587 -0.94498,7.37244 -0.94495,14.6597c-0.00003,1.12375 0.08508,2.3624 0.2554,3.716c0.17023,1.35361 0.25534,2.14957 0.25537,2.38794c-0.00003,1.68561 -0.80026,2.52841 -2.4007,2.52841c-1.92401,0 -2.88599,-3.07324 -2.88599,-9.21976c0,-2.58801 0.0979,-5.29095 0.2937,-8.10883c0.19577,-2.81784 0.2937,-4.32892 0.2937,-4.53326c0,-2.51987 -1.32806,-3.77982 -3.98416,-3.77985c-2.48587,0.00003 -4.29065,1.11523 -5.4144,3.34567c-1.08969,2.16235 -1.63452,5.58466 -1.63452,10.26691c0,3.01367 0.08511,5.81876 0.2554,8.41528c0.17026,2.59653 0.25537,3.69046 0.2554,3.28183c-0.00003,0.647 -0.23413,1.18332 -0.70236,1.60898c-0.46823,0.42566 -1.06839,0.63849 -1.80054,0.63849c-1.51535,0 -2.45178,-1.44724 -2.80933,-4.34171c-0.1192,-0.83429 -0.1788,-2.99664 -0.1788,-6.48706c0,-7.30429 0.59592,-14.27658 1.78778,-20.9169c0.3916,-2.17932 0.7832,-3.62659 1.1748,-4.34171c0.45972,-0.86832 1.20038,-1.30249 2.22195,-1.30252c1.60046,0.00003 2.4007,0.85135 2.40073,2.55396c-0.00003,0.00003 -0.38312,1.92401 -1.14929,5.77194c1.46426,-2.06018 3.5585,-3.09027 6.28275,-3.0903c2.17935,0.00003 3.8905,0.90244 5.13345,2.70721c2.16232,-3.5585 5.21002,-5.33774 9.14316,-5.33777c5.75488,0.00003 8.63232,4.81848 8.63235,14.45538z" id="path3942"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m199.45622,255.88376c-0.00003,1.77075 -0.61298,3.08179 -1.83884,3.93311c-0.54486,0.37457 -2.27304,0.85983 -5.18454,1.45575c-3.86499,0.80026 -7.15961,1.20038 -9.88379,1.20035c-1.24295,0.00003 -2.74127,-0.08511 -4.49496,-0.2554c-0.00003,6.41898 2.44327,9.62842 7.32983,9.62842c1.34509,0 2.56247,-0.38309 3.65216,-1.14926c0.54483,-0.37457 1.52383,-1.28549 2.93704,-2.73276c0.51077,-0.5278 1.04712,-0.79172 1.60901,-0.79172c0.71509,0 1.33228,0.26819 1.85159,0.8045c0.51929,0.53635 0.77896,1.19611 0.77896,1.97931c0,0.647 -0.24689,1.24292 -0.74063,1.78778c-2.92856,3.20096 -6.35938,4.80142 -10.29245,4.80142c-8.13861,0 -12.20792,-4.70779 -12.20792,-14.12338c0,-4.85248 1.29401,-9.04099 3.88202,-12.56546c2.94556,-4.00116 6.5892,-6.00174 10.93094,-6.00177c3.38821,0.00003 6.18054,1.13226 8.37698,3.39676c2.19638,2.26453 3.29456,5.14197 3.29459,8.63235zm-5.08237,0.30649c-0.10217,-2.36667 -0.71939,-4.23956 -1.85162,-5.61871c-1.13226,-1.37912 -2.54971,-2.0687 -4.25232,-2.0687c-2.21344,0 -4.16296,0.79175 -5.84857,2.37515c-1.73669,1.60052 -3.0307,3.86502 -3.88202,6.79355c1.20886,0.13623 2.49435,0.20432 3.85648,0.20432c3.3031,0 7.29578,-0.56186 11.97806,-1.68561z" id="path3944"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m6.4023,333.1409c0,4.44397 -1.94901,8.13898 -5.84801,11.08398c-3.235,2.435 -7.06599,3.65198 -11.493,3.65198c-2.196,0 -4.70799,-0.39996 -7.534,-1.20001c-0.30701,1.65204 -1.149,2.47705 -2.52901,2.47705c-1.03799,0 -1.76199,-0.43402 -2.17,-1.302c-0.392,-0.81702 -0.588,-2.18005 -0.588,-4.086c0,-3.98505 0.537,-12.89801 1.60899,-26.74005l0.205,-2.88599c0.255,-3.116 0.53601,-5.125 0.84201,-6.02798c0.44299,-1.27701 1.27699,-1.91501 2.50299,-1.91501c1.55,0 2.32401,1.03 2.32401,3.09c0,-0.59601 -0.298,2.45999 -0.894,9.16898c-0.647,7.18506 -1.06401,14.85504 -1.25101,23.01105c2.92801,0.90198 5.54201,1.354 7.841,1.354c3.422,0 6.22299,-0.94501 8.40199,-2.83502c2.09401,-1.83899 3.14101,-4.12097 3.14201,-6.84497c-0.00101,-5.32904 -3.67801,-7.99402 -11.03401,-7.99402c-0.25499,0 -0.642,0.00897 -1.162,0.026c-0.519,0.01697 -0.91499,0.02496 -1.187,0.02496c-1.567,0 -2.34999,-0.71497 -2.34999,-2.14496c0,-1.039 0.43399,-1.737 1.30299,-2.09399c0.50999,-0.22205 1.25999,-0.375 2.24699,-0.46002c1.192,-0.11902 2.01801,-0.22998 2.47701,-0.33197c1.448,-0.35803 2.618,-1.18805 3.51201,-2.49005c0.894,-1.30298 1.34099,-2.86499 1.34099,-4.68695c0,-2.52002 -1.03,-4.47302 -3.09,-5.86102c-2.061,-1.388 -5.006,-2.08099 -8.83701,-2.082c-2.62199,0.00101 -5.448,0.63 -8.47899,1.88998c-0.73201,0.341 -1.47301,0.68201 -2.222,1.022c-0.86801,0.358 -1.62601,0.53601 -2.27301,0.53601c-0.664,0 -1.213,-0.21201 -1.64699,-0.638c-0.43501,-0.42599 -0.65201,-0.92801 -0.65201,-1.50699c0,-0.936 0.83501,-1.89001 2.50301,-2.86002c3.88199,-2.26498 8.52199,-3.397 13.91899,-3.397c5.00601,0 8.97301,1.13202 11.90201,3.397c2.877,2.24701 4.31599,5.24399 4.31599,8.99002c0,3.47296 -1.29399,6.401 -3.882,8.78497c2.74101,0.85101 4.882,2.33301 6.423,4.44403c1.541,2.11096 2.311,4.58899 2.311,7.43201l0,0z" id="path3946"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m33.9343,327.59885c0,4.66504 -0.681,9.54303 -2.043,14.63403c-0.681,2.55402 -1.694,3.83099 -3.039,3.83099c-1.379,0 -2.069,-0.78302 -2.069,-2.34998c0,-0.35706 0.017,-0.62103 0.05099,-0.79102c-1.737,0.93597 -3.53299,1.40399 -5.38899,1.40399c-3.286,0 -5.853,-0.92798 -7.7,-2.78302c-1.847,-1.85596 -2.77101,-4.453 -2.77101,-7.78998c0,-3.388 0.996,-6.07397 2.98801,-8.05798c1.992,-1.98303 4.64,-2.97504 7.94299,-2.97504c2.877,0 5.304,0.96204 7.27901,2.88599c-0.32401,-6.72498 -2.81799,-10.08795 -7.483,-10.08795c-1.039,0 -2.14999,0.31097 -3.33299,0.93201c-1.18401,0.62097 -1.95401,0.93195 -2.31201,0.93195c-0.57799,0 -1.09799,-0.23798 -1.558,-0.71497c-0.459,-0.47699 -0.689,-1.021 -0.689,-1.63403c0,-1.02197 0.741,-1.96698 2.222,-2.83496c1.58299,-0.93701 3.47299,-1.405 5.67,-1.405c8.155,0 12.233,5.60196 12.233,16.80496l0,0zm-5.18401,6.00201c0,-4.32501 -2.03499,-6.487 -6.10399,-6.487c-4.46101,0 -6.692,2.14502 -6.692,6.43604c0,4.32397 2.21399,6.487 6.64099,6.487c1.923,0 3.43001,-0.56604 4.52,-1.69904c1.09,-1.13202 1.63499,-2.711 1.63499,-4.737z" id="path3948"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m67.77428,332.65567c-0.00003,1.77075 -1.79633,4.04376 -5.38885,6.81909c-2.53696,1.94098 -5.8656,2.9115 -9.98596,2.9115c-4.08633,0 -7.30432,-1.34509 -9.65396,-4.03528c-2.40071,-2.74121 -3.60107,-6.50403 -3.60106,-11.28845c-0.00002,-6.18054 1.37912,-10.99475 4.13739,-14.44263c2.75829,-3.44781 6.54665,-5.17172 11.36513,-5.17178c3.5755,0.00006 6.50403,0.80029 8.78558,2.40073c2.16232,1.49835 3.2435,3.29462 3.24353,5.38885c-0.00003,1.71967 -0.80026,2.57953 -2.40073,2.57947c-0.74918,0.00006 -1.29401,-0.26385 -1.63452,-0.79169c-0.30649,-0.74915 -0.77472,-1.68561 -1.40466,-2.80939c-1.20889,-1.36206 -3.4053,-2.04312 -6.5892,-2.04315c-3.32016,0.00003 -5.8869,1.25146 -7.7002,3.75433c-1.81332,2.50287 -2.71997,6.07843 -2.71996,10.72662c-0.00002,7.35541 2.92851,11.03308 8.7856,11.03308c3.38824,0 6.28271,-1.20038 8.68344,-3.60107c0.017,-0.01703 0.54483,-0.7832 1.58347,-2.29858c0.61292,-0.91937 1.311,-1.37909 2.09424,-1.37915c0.61292,0.00006 1.16629,0.23413 1.66006,0.70233c0.49374,0.46826 0.74063,0.98334 0.74066,1.54517z" id="path3950"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m97.75731,311.99387c0,1.05603 -1.10602,2.16302 -3.32001,3.32001c-3.23502,1.53302 -6.47,3.065 -9.70502,4.59802c4.01801,4.086 7.14301,7.72095 9.37302,10.90497c1.992,2.85999 2.98801,4.93799 2.98801,6.23199c0,0.73199 -0.242,1.362 -0.72702,1.89001c-0.48599,0.52698 -1.043,0.79102 -1.673,0.79102c-0.681,0 -1.27698,-0.40002 -1.78799,-1.20001c-1.24298,-2.00903 -3.056,-4.81903 -5.44,-8.42798c-1.703,-2.38403 -3.94998,-4.84406 -6.742,-7.38104c-0.98798,-0.88501 -1.49899,-1.34497 -1.53299,-1.37897c-0.51099,-0.63 -0.76599,-1.37103 -0.76599,-2.22205c0,-0.78296 0.53598,-1.45599 1.60901,-2.01794c1.49799,-0.664 2.99698,-1.336 4.495,-2.01703c1.44699,-0.698 3.763,-1.95801 6.94699,-3.78c1.92401,-1.10699 3.20099,-1.66 3.83099,-1.66c1.634,0 2.45102,0.78299 2.45102,2.349zm-17.87701,-5.159c0,-0.034 -0.18799,0.51102 -0.56201,1.63501c-0.42599,1.311 -0.76599,2.75 -1.022,4.31598c-0.37399,2.28204 -0.56198,4.79303 -0.56198,7.534c0,1.54999 0.10699,3.89099 0.32001,7.02399c0.21198,3.13202 0.319,5.49902 0.319,7.10004c0,2.26398 -0.20401,3.87299 -0.61301,4.82697c-0.44299,1.03802 -1.23401,1.55701 -2.375,1.55701c-0.93701,0 -1.55002,-0.349 -1.83902,-1.047c-0.16998,-0.40796 -0.25497,-1.15698 -0.25497,-2.24701c0,-0.85095 0.009,-1.91595 0.02499,-3.19299c0.017,-1.27698 0.026,-2.12799 0.026,-2.55396c0,-1.75305 -0.077,-4.06903 -0.23001,-6.94604c-0.15399,-2.87799 -0.22998,-4.88696 -0.22998,-6.02795c0,-4.52905 0.40799,-8.07904 1.22598,-10.65002c0.80002,-2.45099 1.87302,-3.677 3.21802,-3.677c0.66397,0 1.25497,0.23801 1.77499,0.715c0.51898,0.47699 0.77899,1.021 0.77899,1.634l0,0z" id="path3952"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m138.77425,319.27298c-0.00003,0.59595 -0.18732,1.10248 -0.56186,1.51959c-0.37463,0.41718 -0.81729,0.62573 -1.32806,0.62573c-0.25543,0 -1.23016,-0.33197 -2.92429,-0.99603c-1.69415,-0.664 -3.34995,-0.99603 -4.96744,-0.99603c-0.5108,0 -1.04715,0.03406 -1.60901,0.10211c-0.62997,2.77533 -0.94498,5.3208 -0.94495,7.63635c-0.00003,2.97961 0.50226,5.26965 1.50684,6.87012c1.00455,1.60052 2.4007,2.40076 4.18848,2.40076c0.54483,0 1.26419,-0.17456 2.15811,-0.52356c0.89386,-0.34906 1.53659,-0.52356 1.92822,-0.52356c1.36209,0 2.04312,0.80023 2.04315,2.4007c-0.00003,1.03864 -0.56189,1.88141 -1.68561,2.52844c-1.12375,0.64697 -2.65613,0.97046 -4.59711,0.97046c-7.21921,0 -10.8288,-4.80994 -10.8288,-14.42981c0,-2.02612 0.24689,-4.25659 0.74066,-6.69141c-0.47675,0.06812 -1.50684,0.26398 -3.09027,0.5874c-1.03864,0.20435 -1.80481,0.30652 -2.29855,0.30652c-1.82184,0 -2.73276,-0.69806 -2.73276,-2.09424c0,-1.90692 3.14139,-3.14984 9.4241,-3.72882c1.29398,-4.1033 2.87744,-6.15497 4.75037,-6.155c0.57889,0.00003 1.07263,0.20859 1.48129,0.6257c0.4086,0.41718 0.61292,0.92374 0.61295,1.51962c-0.00003,0.44272 -0.12772,1.00034 -0.38309,1.67282c-0.2554,0.67261 -0.5108,1.34937 -0.7662,2.0304c6.5892,0.22137 9.88379,1.66864 9.88382,4.34174z" id="path3954"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m169.77925,324.50858c-0.00003,5.00574 -1.46429,8.9942 -4.39279,11.96527c-2.92856,2.97113 -6.83612,4.45667 -11.72266,4.45667c-4.05231,0 -7.22772,-1.38342 -9.52625,-4.15021c-2.29858,-2.76672 -3.44788,-6.61047 -3.44785,-11.53107c-0.00003,-5.17603 1.38763,-9.19421 4.16293,-12.05469c2.72421,-2.80933 6.50406,-4.21399 11.33957,-4.21405c4.05225,0.00006 7.32983,1.42175 9.83273,4.26514c2.50284,2.84344 3.75427,6.59772 3.7543,11.26294zm-5.08237,0.05109c-0.00003,-3.42224 -0.83005,-6.09967 -2.49011,-8.03217c-1.6601,-1.9325 -3.92883,-2.89874 -6.80627,-2.89874c-6.41898,0 -9.62842,3.85651 -9.62842,11.5694c0,3.55853 0.69806,6.29553 2.09424,8.211c1.39615,1.91547 3.39676,2.87317 6.0018,2.87317c3.37119,0 6.0188,-1.03009 7.94281,-3.09027c1.92395,-2.06018 2.88593,-4.93762 2.88596,-8.63239z" id="path3956"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m4.10429,370.91385c0,0.49402 -0.09399,1.29401 -0.28101,2.401c-0.187,1.10602 -0.28099,1.94104 -0.28099,2.50305l0,0.79095c0,1.85602 -0.119,3.091 -0.358,3.70404c-0.34,0.86798 -1.064,1.302 -2.17,1.302c-1.226,0 -2.052,-0.79205 -2.478,-2.375c-0.22101,-0.76605 -0.349,-2.06 -0.38301,-3.88202c-2.332,-1.65204 -4.776,-2.47699 -7.33,-2.47699c-3.269,0 -5.959,1.05499 -8.06999,3.16595c-2.11101,2.112 -3.16701,4.81 -3.16701,8.09705c0,2.80896 0.67201,4.84399 2.01801,6.10297c0.936,0.86902 2.979,1.84802 6.129,2.93799c2.843,0.97003 4.784,1.70203 5.823,2.19604c1.77101,0.83398 3.12401,1.81299 4.061,2.93701c1.396,1.66895 2.09399,3.88196 2.09399,6.63995c0,2.86102 -1.08099,5.125 -3.243,6.79401c-2.16299,1.66803 -5.125,2.50299 -8.888,2.50299c-2.827,0 -5.091,-0.698 -6.79399,-2.09497l-0.05101,5.185c-0.017,1.71997 -0.851,2.57898 -2.50299,2.57898c-1.71901,0 -2.57901,-1.14001 -2.57901,-3.422l0,-3.703c0,-4.92096 0.14401,-8.15601 0.43401,-9.70502c0.392,-2.07697 1.243,-3.11597 2.554,-3.11597c1.039,0 1.737,0.41699 2.09399,1.25098c0.20401,0.51105 0.38301,1.23505 0.53601,2.17102c0.17099,1.24298 0.30699,2.06097 0.409,2.45203c0.545,2.23096 2.265,3.34595 5.159,3.34595c5.02299,0 7.534,-1.49896 7.534,-4.495c0,-1.48096 -0.536,-2.68201 -1.60899,-3.60095c-0.88501,-0.76605 -2.452,-1.55804 -4.69901,-2.375l-4.623,-1.66003c-3.388,-1.24298 -5.763,-2.75897 -7.125,-4.547c-1.41299,-1.85498 -2.12,-4.49402 -2.12,-7.91699c0,-4.97101 1.558,-9.01099 4.674,-12.11798c3.116,-3.10803 7.134,-4.66101 12.054,-4.66101c2.827,0 5.5,0.78296 8.02,2.349c0.45999,-1.78699 1.362,-2.68103 2.707,-2.68103c1.63499,0 2.452,1.14099 2.452,3.422l0,0z" id="path3958"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m46.57643,404.52402c-0.00003,1.65155 -1.16635,3.41376 -3.49892,5.28668c-3.89908,3.1499 -8.8878,4.72479 -14.96619,4.72479c-6.53815,0 -11.59923,-1.96649 -15.18326,-5.8996c-3.58406,-3.93311 -5.37608,-9.4837 -5.37608,-16.65179c0,-6.89563 1.81331,-12.51434 5.43993,-16.85608c3.91605,-4.66522 9.13463,-6.9978 15.65575,-6.99786c5.55058,0.00006 10.0966,1.44727 13.63812,4.34174c1.32802,1.07269 1.99205,2.06873 1.9921,2.9881c-0.00005,0.68109 -0.26395,1.28552 -0.79173,1.81329c-0.52785,0.52789 -1.13229,0.79181 -1.81331,0.79175c-0.44272,0.00006 -1.07271,-0.29791 -1.88994,-0.89386c-3.67772,-2.6391 -7.42351,-3.95862 -11.2374,-3.95868c-4.75038,0.00006 -8.53874,1.67719 -11.3651,5.03131c-2.82639,3.35425 -4.23958,7.9173 -4.23956,13.68921c-0.00002,11.612 5.05681,17.41797 15.17049,17.41797c5.77191,0 9.8923,-1.39618 12.36115,-4.18848c0.56184,-0.73212 1.12372,-1.47278 1.68561,-2.22192c0.54482,-0.64703 1.16628,-0.97052 1.8644,-0.97052c0.7321,0 1.34079,0.24261 1.82608,0.72791c0.4852,0.48523 0.72784,1.09393 0.72787,1.82605z" id="path3960"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m89.45729,370.22385c0,-0.54395 -0.10199,1.69 -0.306,6.70502c-0.20499,5.01404 -0.30701,10.29602 -0.30701,15.84698c0,4.17102 0.026,8.09601 0.077,11.77405c0.05103,3.677 0.07602,5.27795 0.07602,4.80096c0,2.53699 -0.91101,3.80499 -2.73199,3.80499c-1.039,0 -1.754,-0.35699 -2.146,-1.07196c-0.272,-0.49402 -0.44202,-1.33203 -0.51102,-2.51599c-0.06799,-1.18304 -0.10199,-3.15405 -0.10199,-5.91205l0,-11.31396c-2.06,0.034 -4.90302,0.05096 -8.53,0.05096c-6.70801,0 -11.918,-0.08496 -15.63,-0.25598c-0.18701,4.01898 -0.28101,7.841 -0.28101,11.46802c0,1.08899 0.008,2.26001 0.02499,3.51099c0.017,1.25201 0.026,1.94598 0.026,2.08197c0,1.737 -0.18698,2.95404 -0.56198,3.65204c-0.409,0.76599 -1.14102,1.14899 -2.19601,1.14899c-1.022,0 -1.737,-0.36603 -2.146,-1.09802c-0.39099,-0.68097 -0.58701,-1.82996 -0.58701,-3.448c0,-3.32001 0.11099,-9.245 0.332,-17.77496c-1.15799,-0.56201 -1.737,-1.27704 -1.737,-2.146c0,-1.19104 0.63,-1.94104 1.89001,-2.24701c0.27298,-4.76703 0.65598,-10.19 1.14899,-16.26898c0.341,-2.16205 1.354,-3.24304 3.04001,-3.24304c1.668,0 2.50299,1.021 2.50299,3.06403c0,0.17096 -0.12799,1.78796 -0.384,4.85297c-0.323,3.81403 -0.595,7.66205 -0.81699,11.54401c1.90698,0.06799 4.90399,0.10199 8.98999,0.10199c5.19299,0 10.18201,-0.14496 14.966,-0.43396c0.13599,-8.922 0.29001,-14.41302 0.45999,-16.47302c0.20401,-2.435 1.14902,-3.65198 2.83502,-3.65198c1.737,0 2.60498,1.14899 2.60498,3.44696l0,0z" id="path3962"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m138.34007,392.08621c-0.00006,7.20215 -1.95383,12.82086 -5.86133,16.85608c-3.90759,4.03528 -9.27515,6.05292 -16.10269,6.05292c-6.04437,0 -10.98203,-2.07721 -14.81296,-6.23169c-3.76282,-4.06927 -5.64423,-9.52625 -5.64423,-16.37085c0,-7.21912 1.65155,-13.0592 4.95468,-17.52014c3.59256,-4.80139 8.7941,-7.20209 15.60464,-7.20215c6.8446,0.00006 12.19937,2.13684 16.06439,6.41046c3.86496,4.27362 5.79742,10.27539 5.79749,18.00537zm-5.38885,0.15326c-0.00003,-6.28271 -1.41748,-11.08844 -4.25232,-14.41711c-2.83493,-3.32861 -6.87442,-4.99292 -12.11853,-4.99298c-4.97171,0.00006 -8.75159,1.62604 -11.33957,4.87805c-2.58801,3.25208 -3.88202,7.9939 -3.88202,14.22552c0,5.46552 1.43872,9.83704 4.31619,13.11456c2.87744,3.27759 6.61475,4.91638 11.21188,4.91638c4.90353,0 8.79407,-1.54938 11.67157,-4.64819c2.9285,-3.1839 4.39276,-7.54266 4.39279,-13.07623z" id="path3964"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m185.02638,392.08621c-0.00006,7.20215 -1.95383,12.82086 -5.86133,16.85608c-3.90759,4.03528 -9.27515,6.05292 -16.10269,6.05292c-6.04437,0 -10.98203,-2.07721 -14.81293,-6.23169c-3.76285,-4.06927 -5.64426,-9.52625 -5.64426,-16.37085c0,-7.21912 1.65155,-13.0592 4.95468,-17.52014c3.59256,-4.80139 8.7941,-7.20209 15.60468,-7.20215c6.84457,0.00006 12.19934,2.13684 16.06436,6.41046c3.86496,4.27362 5.79742,10.27539 5.79749,18.00537zm-5.38885,0.15326c-0.00003,-6.28271 -1.41748,-11.08844 -4.25232,-14.41711c-2.83493,-3.32861 -6.87442,-4.99292 -12.11853,-4.99298c-4.97171,0.00006 -8.75156,1.62604 -11.33957,4.87805c-2.58801,3.25208 -3.88202,7.9939 -3.88199,14.22552c-0.00003,5.46552 1.43869,9.83704 4.31616,13.11456c2.87744,3.27759 6.61475,4.91638 11.21188,4.91638c4.90356,0 8.79407,-1.54938 11.67157,-4.64819c2.9285,-3.1839 4.39276,-7.54266 4.39279,-13.07623z" id="path3966"/>
     <path fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" d="m224.91917,401.12723c-0.00003,4.69928 -1.43027,8.1897 -4.29065,10.47125l0,0.10211c-2.58804,1.60052 -6.49557,2.40076 -11.72266,2.40076c-7.69592,0 -13.76584,-0.46826 -18.20972,-1.40472c-1.34506,-0.28943 -2.27301,-0.62146 -2.78378,-0.99603c-0.57892,-0.44269 -0.86838,-1.08966 -0.86838,-1.94098c0,-1.32806 0.9024,-1.99207 2.70721,-1.99207c0.86835,0 1.98355,0.12769 3.34567,0.38306c-0.5108,-5.60168 -0.76617,-10.36053 -0.76617,-14.27661c0,-6.50403 0.43417,-13.34015 1.30252,-20.50824l-1.25143,0.10217l-0.20435,0c-1.58344,0 -2.37518,-0.76617 -2.37518,-2.29858c0,-1.14075 0.49377,-1.94098 1.48132,-2.4007c0.90237,-0.42566 2.4007,-0.63849 4.49496,-0.63849c3.37119,0 6.0188,0.41718 7.94278,1.2514c1.78775,0.78326 2.68164,1.79633 2.68167,3.03918c-0.00003,0.68109 -0.24265,1.27704 -0.72787,1.78778c-0.48529,0.51086 -1.03439,0.76624 -1.64731,0.76617c-0.40866,0.00006 -1.13226,-0.24683 -2.17087,-0.7406c-1.12375,-0.52777 -2.08575,-0.83429 -2.88596,-0.91943c-1.05566,6.96381 -1.58347,13.79987 -1.58347,20.50824c0,2.97968 0.332,7.95984 0.99603,14.94067c3.98416,0.42566 7.15958,0.63849 9.52628,0.63849c4.23953,0 7.60223,-0.74921 10.0881,-2.2475c0.71509,-0.9024 1.25992,-2.66461 1.63455,-5.28668c0.23831,-1.71967 0.46817,-2.80084 0.68954,-3.24353c0.35754,-0.73212 1.03009,-1.09821 2.01764,-1.09821c1.71964,0 2.57947,1.20038 2.5795,3.60107z" id="path3968"/>
    </g>
    <g id="g3909">
     <path fill="#4d4d4d" d="m-125.1093,513.81586c0,0.88489 -0.63145,1.60223 -1.4104,1.60223c-0.77894,0 -1.41039,-0.71735 -1.41039,-1.60223c0,-0.88489 0.63145,-1.60223 1.41039,-1.60223c0.77895,0 1.4104,0.71735 1.4104,1.60223z" id="path3905"/>
     <path fill="#4d4d4d" id="path3907" d="m-174.5197,512.80389c0,0.88489 -0.63145,1.60223 -1.4104,1.60223c-0.77893,0 -1.4104,-0.71735 -1.4104,-1.60223c0,-0.88492 0.63147,-1.60226 1.4104,-1.60226c0.77895,0 1.4104,0.71735 1.4104,1.60226z"/>
    </g>
    <g id="g3913">
     <path fill="#4d4d4d" id="path3915" d="m413.8457,501.58832c0,0.88489 -0.63147,1.60223 -1.4104,1.60223c-0.77896,0 -1.4104,-0.71735 -1.4104,-1.60223c0,-0.88492 0.63144,-1.60226 1.4104,-1.60226c0.77893,0 1.4104,0.71735 1.4104,1.60226z"/>
     <path fill="#4d4d4d" d="m364.4353,500.57626c0,0.88489 -0.63147,1.60223 -1.4104,1.60223c-0.77896,0 -1.4104,-0.71735 -1.4104,-1.60223c0,-0.88489 0.63144,-1.60223 1.4104,-1.60223c0.77893,0 1.4104,0.71735 1.4104,1.60223z" id="path3917"/>
    </g>
    <g id="g3919">
     <path fill="#4d4d4d" d="m413.8457,166.75095c0,0.88486 -0.63147,1.6022 -1.4104,1.6022c-0.77896,0 -1.4104,-0.71735 -1.4104,-1.6022c0,-0.8849 0.63144,-1.60225 1.4104,-1.60225c0.77893,0 1.4104,0.71735 1.4104,1.60225z" id="path3921"/>
     <path fill="#4d4d4d" id="path3923" d="m364.4353,165.73894c0,0.88486 -0.63147,1.6022 -1.4104,1.6022c-0.77896,0 -1.4104,-0.71735 -1.4104,-1.6022c0,-0.8849 0.63144,-1.60225 1.4104,-1.60225c0.77893,0 1.4104,0.71735 1.4104,1.60225z"/>
    </g>
    <g id="g3925">
     <path fill="#4d4d4d" id="path3927" d="m-126.99046,179.9189c0,0.88486 -0.63146,1.6022 -1.4104,1.6022c-0.77895,0 -1.4104,-0.71735 -1.4104,-1.6022c0,-0.8849 0.63145,-1.60225 1.4104,-1.60225c0.77894,0 1.4104,0.71735 1.4104,1.60225z"/>
     <path fill="#4d4d4d" d="m-176.40086,178.90689c0,0.88486 -0.63145,1.6022 -1.4104,1.6022c-0.77895,0 -1.4104,-0.71735 -1.4104,-1.6022c0,-0.8849 0.63145,-1.60225 1.4104,-1.60225c0.77895,0 1.4104,0.71735 1.4104,1.60225z" id="path3929"/>
    </g>
    <path fill="#ffffff" d="m337.19678,387.35739c-2.90997,0 -5.23547,2.94617 -5.23547,6.59375l0,106.3125l10.49591,0l0,-106.3125c0,-3.64758 -2.35046,-6.59375 -5.26044,-6.59375z" id="rect3982"/>
   </g>
  </g>
 </g>
</svg>

When the LibreOffice document is saved, exported to PDF, etc.

Thank you for this enhancement!
Comment 1 Rainer Bielefeld Retired 2011-09-03 23:28:26 UTC
NOT reproducible with Server installation of Master "LibO-dev 3.5.0 – WIN7 Home Premium (64bit) English UI [(Build ID:  3b32204-7f92fce-2ba0a9f)]", but may be I did not understand the problem.

My test:
1. created folder
2. copied "Flag_of_the_United_States.svg" (Attachment from Bug 39554) to 
   the folder
3. Start LibO to LibO Start Center
4. Click "New Writer Document
   New WRITER document opens
5. Save in your new folder as "sample.odt"
6. Menu 'Insert -> Picture from file - browse for 
   "Flag_of_the_United_States.svg"' 
7. be sure that "Link only" checkbox is unchecked, <open>
   File dialog closes, Picture appears in writer document 
8. Save and close document
9. delete "Flag_of_the_United_States.svg"
10. reopen "sample.odt"
    Expected: Picture is shown
    Actual: as expected
So I can not see any problem.

@jlm:
Please use attachments for such code samples, Bugzilla queries will become unusable with such endless strings in the comments.

May I ask you to read  hints on <http://wiki.documentfoundation.org/BugReport> carefully?
Then please:
- Write a meaningful Summary
- Attach a test kit with sample documents 
- Attach screenshots with comments (you can add information using LibO DRAW
  and then attach your screenshot with comments as PDF) if necessary, because
  you can not know what others will see with your sample
- Contribute a step by step instruction containing every key press and every 
  mouse click how to reproduce your problem (and if possible how to created a 
  sample document from the scratch)
- add information 
  -- what exactly is unexpected
  -- and why do you believe it's unexpected (cite Help or Documentation!)
  -- concerning your PC 
  -- concerning your OS
  -- concerning your LibO version (For Master: Build ID) and localization 
     (UI language)
  –- Libo settings that might be related to your problems 
  -- how you launch LibO and how you opened the sample document
  –- If you can contribute an OOo Issue that might be useful
  -- everything else crossing your mind after you read a.m. URL

May be you can test <http://wiki.documentfoundation.org/BugReport_Details> for submitting bug reports?

Please file Bug reports with status UNCONFIRMED if your are not absolutely sure that you contributed all required background information and that the problem will be reproducible with information you can provide! 

Thank you!
Comment 2 Rainer Bielefeld Retired 2011-09-27 07:47:07 UTC
Closing Bug due to reporter's inactivity as WFM.

@reporter:
Please feel free to reopen this bug if you find out that the problem still exists with the current stable LibreOffice version and if you can contribute requested additional information due to <http://wiki.documentfoundation.org/BugReport> (especially BugReport Details)!
Comment 3 Björn Michaelsen 2011-12-22 05:50:35 UTC
RESOLVED, FIXED or CLOSED bugs cant be KEYWORD NEEDINFO.