* commit toward svgcanvas/svgedit isolation * jquery removal, isolate svgcavas from svgedit, tests * refactor(panels) * fix update of colorpickers * update cypress * #tool_imagelib image library menu missing in main menu * #tool_imagelib lint issue fixed * #seConfirmDialog confirm change to elix alertdialog * #seConfirmDialog alert change to elix alert dialog * #seConfirmDialog remove super.attributeChangedCallback * #process_cancel prompt changes to alertDialog and seConfirmDialog * refactor to class step 1 * make load faster * #storageDialog dialog separate moved dialog * #process_cancel alert and process_cancel changes * #process_cancel lint issue fixed * add seList component * merge * fixes * storagedialog * move all storage related code to ext-storage * fix ruler * Update ConfigObj.js * fix resize * Update ext-storage.js * picker starts withthe right color * fix prefs * fix initial content load * npm update and fix some tests * npm run build * improve bottom bar * move init (600 lines+) in its own file * visual changes * send open/save to a default extension * fix exe dropper ext * opacity spin button * fix panning * run build Co-authored-by: Agriya Dev5 <agriya.dev5@agriya.in>
17 lines
710 B
XML
17 lines
710 B
XML
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g>
|
|
<path stroke="#000" stroke-width="15" fill="#fddb8c" d="m123.5,38l-84,106l27,115l166,2l29,-111"/>
|
|
<line x1="276.5" y1="153" x2="108.5" y2="24" stroke="#000" stroke-width="10" fill="none"/>
|
|
<g stroke-width="15" stroke="#00f" fill="#0ff">
|
|
<circle r="30" cy="41" cx="123"/>
|
|
<circle r="30" cy="146" cx="40"/>
|
|
<circle r="30" cy="260" cx="69"/>
|
|
<circle r="30" cy="260" cx="228"/>
|
|
<circle r="30" cy="148" cx="260"/>
|
|
</g>
|
|
<g stroke="#A00" stroke-width="15" fill="none">
|
|
<line x1="168" y1="24" x2="210" y2="150"/>
|
|
<line x1="210" y1="24" x2="168" y2="150"/>
|
|
</g>
|
|
</g>
|
|
</svg> |