-
|
Beta Was this translation helpful? Give feedback.
Answered by
veizei-K
Apr 29, 2024
Replies: 1 comment
-
i resloved my problem with xml <shape name="stencilName" h="100" w="100" aspect="variable" strokewidth="inherit">
<background>
<path>
<move x="0" y="100"/>
<line x="0" y="70"/>
<line x="30" y="70"/>
<line x="30" y="100"/>
<close/>
<move x="0" y="70"/>
<line x="14" y="55"/>
<line x="44" y="55"/>
<line x="44" y="85.8"/>
<line x="30" y="100"/>
<move x="14" y="55"/>
<line x="28" y="41"/>
<line x="58" y="41"/>
<line x="58" y="71"/>
<line x="44" y="85.8"/>
<move x="28" y="41"/>
<line x="42" y="27"/>
<line x="72" y="27"/>
<line x="72" y="57"/>
<line x="58" y="71"/>
<move x="30" y="70"/>
<line x="44" y="55"/>
<line x="58" y="41"/>
<line x="72" y="27"/>
</path>
</background>
<foreground>
<fillstroke/>
<path>
</path>
<stroke/>
</foreground>
</shape> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
veizei-K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i resloved my problem with xml