svg image as picturemarkersymbol source

1005
0
05-03-2017 04:05 AM
TubaKumbara
Occasional Contributor

Hello. I'm using silverlight ana I have got a svg image

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><circle fill="#1c437a" cx="51" cy="52" r="41.5"/><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="49.9995" y1="8.5" x2="49.9995" y2="91.5005"><stop  offset="0" style="stop-color:#1b6bd9"/><stop  offset="1" style="stop-color:#2257a5"/></linearGradient><circle fill="url(#SVGID_1_)" cx="50" cy="50" r="41.5"/><g> <path fill="#FFFFFF" d="M50.012,28.188c-4.053,0-7.769,2.044-9.942,5.468c-0.55,0.866-0.292,2.015,0.573,2.564 c0.309,0.196,0.653,0.289,0.994,0.289c0.615,0,1.217-0.305,1.57-0.862c1.487-2.344,4.031-3.744,6.805-3.744 c2.762,0,5.3,1.391,6.79,3.72c0.553,0.865,1.7,1.117,2.566,0.564c0.865-0.552,1.117-1.702,0.564-2.567 C57.756,30.22,54.048,28.188,50.012,28.188z"/> <path fill="#FFFFFF" d="M35.006,32.792c0.322,0.205,0.681,0.301,1.036,0.301c0.645,0,1.275-0.32,1.645-0.906 c2.689-4.258,7.3-6.801,12.332-6.801c5.009,0,9.609,2.525,12.304,6.756c0.576,0.905,1.778,1.171,2.684,0.595 c0.905-0.577,1.172-1.777,0.595-2.683c-3.412-5.356-9.237-8.554-15.582-8.554c-6.373,0-12.21,3.22-15.618,8.612 C33.828,31.02,34.099,32.22,35.006,32.792z"/> <path fill="#FFFFFF" d="M57.932,70.393h-5.314V58.5h23.812c0-3.288-2.621-5.946-5.946-5.946H52.618v-5.291 c0-1.982,2.643-3.303,2.671-7.302c0.021-2.92-2.366-5.286-5.286-5.286c-2.919,0-5.261,2.366-5.286,5.286 c-0.028,3.337,2.615,5.32,2.615,7.302v5.291H29.519c-3.325,0-5.946,2.658-5.946,5.946h23.759v11.893h-5.257 c-1.577,0-3.306,1.531-3.306,3.309L50.003,77l11.229-3.299C61.233,71.924,59.508,70.393,57.932,70.393z"/> </g></svg>

I want to show this image as picturemarkersymbol 

how can i do that. This is Important for me. Thanks inadvance.

Tags (2)
0 Kudos
0 Replies