B
B
barsukovjke1g2019-09-02 13:39:41
css
barsukovjke1g, 2019-09-02 13:39:41

How to shove-insert-layout?

Problem: It is
5d6ceefddae05578806499.png
possible to lay out via pseudo-classes, but the main block has a background. Tried via SVG pattern:
xlink:href="image", url(#image.jpg) etc. But I don't know them very well, or rather I don't know them at all. Dimensions do not want to obey :(
The SVG itself

<svg 
 xmlns="http://www.w3.org/2000/svg"
 xmlns:xlink="http://www.w3.org/1999/xlink"
 width="250px" height="270px">
<path fill-rule="evenodd"  fill="rgb(255, 255, 255)"
 d="M-0.000,-0.001 L179.158,-0.001 L250.000,269.999 L-0.000,269.999 L-0.000,-0.001 Z"/>
</svg>

Ideally, the question is how to put a picture into it (SVG element), which can be "looped" in the future. Which can be positioned and resized inside this SVG.
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karvasarny, 2019-09-02
@megapihar6

I didn’t understand what you want to shove) cut .png and paste it anywhere)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question