restoring icons
parent
863ed1555c
commit
dc31e3c53b
|
@ -1,4 +1,4 @@
|
|||
<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 0H11L8 6V0H4V15H8V9.5L11 15H16L11.517 7.49007L16 0Z" fill="#1EB5E8"/>
|
||||
<path d="M0 0H4H8V3H4V6H8V9H4V15H0V9V6V3V0Z" fill="white"/>
|
||||
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M-.1 16.1L16 .04V16.1H-.1z" fill="#ccc"></path>
|
||||
<path d="M0 16.1V.1l16 16H0z" fill="#666"></path>
|
||||
</svg>
|
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 201 B |
|
@ -6,9 +6,9 @@
|
|||
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<title>Fujikohsan Vector Editor</title>
|
||||
<title>Method Draw Vector Editor</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Vector Editor for Fujikohsan">
|
||||
<meta name="description" content="Method Draw is an open source SVG editor for the web, you can use it online without signing up.">
|
||||
|
||||
<!-- build:css all.css -->
|
||||
<link rel="stylesheet" href="css/jpicker.css" type="text/css"/>
|
||||
|
@ -53,9 +53,9 @@
|
|||
<div id="menu_bar">
|
||||
<a class="menu">
|
||||
<div class="menu_title" id="logo">
|
||||
<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 0H11L8 6V0H4V15H8V9.5L11 15H16L11.517 7.49007L16 0Z" fill="#1EB5E8"/>
|
||||
<path d="M0 0H4H8V3H4V6H8V9H4V15H0V9V6V3V0Z" fill="white"/>
|
||||
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M-.1 16.1L16 .04V16.1H-.1z" fill="#ccc"></path>
|
||||
<path d="M0 16.1V.1l16 16H0z" fill="#666"></path>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="menu_list">
|
||||
|
@ -116,9 +116,6 @@
|
|||
<div class="menu_item" id="tool_source">Source... <span class="shortcut">⌘U</span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="tools_top" class="tools_panel">
|
||||
|
|
Loading…
Reference in New Issue