Skip to content
Discussion options

You must be logged in to vote

Hi!

Did you had the opportunity to check demo apps like Sandbox or the engine demo? I almost never load svg from source, i just use SvgString property that accepts raw svg string.

For example i get stuff from app resources like
svg.SvgString = App.Current.Resources.Get<string>("SvgDefinedInResourcesName");
or
SvgString = {x:StaticResource SvgDefinedInResourcesName}
or you can set
svg.SvgString = "<svg>...blablabla</svg>".

I imagine you could create a string from the byte array?

If this doesn't help please tell me and we would dig further! :)

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@bnSonic
Comment options

@taublast
Comment options

Answer selected by bnSonic
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants