You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,9 @@ <h3>Android SVG to VectorDrawable</h3>
41
41
<divclass="panel-body">
42
42
<b>Drop file here</b> (or multiple files) to load content or click on this box to open file dialog.<br/>
43
43
<divclass="nouploadinfo small">No file will be uploaded - uses only JavaScript HTML5 FileReader.<br/><br/></div>
44
-
45
-
<divclass="nouploadinfo small alert alert-warning" style="display: inline-block">
46
-
Keep in mind that Android does support svg files only partially.<br/>
47
-
Please report wrongly converted SVGs by filling an issue on github.
44
+
45
+
<divclass="nouploadinfo small alert alert-info" style="display: inline-block">
46
+
This tool has been deprecated. Use official <ahref="https://developer.android.com/studio/write/vector-asset-studio#svg" id="deprecation-text"><b>Vector Asset Studio</b></a> instead.<br/>
0 commit comments