Skip to content

Commit

Permalink
Added option to remove empty groups and bake transforms to path (wip).
Browse files Browse the repository at this point in the history
  • Loading branch information
yuraj11 committed May 3, 2015
1 parent 3eb9282 commit c60d7c8
Show file tree
Hide file tree
Showing 3 changed files with 1,237 additions and 10 deletions.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@ <h3>Android SVG to VectorDrawable</h3>
<label>
<input type="checkbox" id="opt-id-as-name" onchange="useIdAsName(this);">Import IDs from SVG as name
</label>

</div>

<div class="checkbox">
<label>
<input type="checkbox" id="clear-groups" onchange="clearGroups(this);">Remove empty groups without attributes
</label>

</div>

<div class="checkbox">
<label>
<input type="checkbox" id="bake-transforms" onchange="bakeTransforms(this);"><i>Bake transforms into path (experimental)</i>
</label>
</div>
</div>
</div>
Expand All @@ -91,7 +105,8 @@ <h3>Android SVG to VectorDrawable</h3>
<script src='js/filesaver.min.js'></script>
<script src='js/colors.min.js'></script>
<script src="js/svg_shape_converter.js"></script>
<script src="js/main.js?v=13"></script>
<script src="js/flatten.js"></script>
<script src="js/main.js?v=14"></script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
Loading

0 comments on commit c60d7c8

Please sign in to comment.