javascript - How to set SVG circle fill with SVG from CSS? -


so tried variations of:

circle {     stroke: black;     //fill: brown;     fill-opacity: .5;     fill:url('data:image/svg+xml;base64,phn2zyb4bwxucz0nahr0cdovl3d3dy53my5vcmcvmjawmc9zdmcnihhtbg5zonhsaw5rpsdodhrwoi8vd3d3lnczlm9yzy8xotk5l3hsaw5rjyb3awr0ad0nnscgagvpz2h0psc1jz4kctxkzwzzpgojctxyywrpywxhcmfkawvudcbpzd0nz2xvdycgy3g9jzuwjscgy3k9jzuwjscgcj0nntaljybmed0nntaljybmet0nntaljz4kcqkjphn0b3agb2zmc2v0pscxmcunihn0ewxlpsdzdg9wlwnvbg9yoimzzdnkm2q7jy8+cgkjctxzdg9wig9mznnldd0nodaljybzdhlszt0nc3rvcc1jb2xvcjojm2qzzdnkoycvpgojcqk8c3rvccbvzmzzzxq9jzewmcunihn0ewxlpsdzdg9wlwnvbg9yoinmzmzmzmy7ihn0b3atb3bhy2l0etoxoycglz4kcqk8l3jhzglhbedyywrpzw50pgojpc9kzwzzpgojphjly3qgd2lkdgg9jzewmcunighlawdodd0nmtawjscgzmlsbd0ndxjskcnnbg93kscvpgo8l3n2zz4='); } 

yet can not correct (or fill) of svg circle predefined svg image. possible css or how js?

the fill value has colour or paint server (gradient or pattern). can't give image i'm afraid.

http://www.w3.org/tr/svg11/painting.html#fillproperty


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -