Skip to content

Commit

Permalink
fix with complex ninepatch image
Browse files Browse the repository at this point in the history
  • Loading branch information
completejavascript committed Apr 19, 2018
1 parent b7b7c67 commit 7b4bce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Expand Up @@ -2,8 +2,6 @@
<html>
<head>
<title>Nine Patch Test</title>
<script src="NinePatch.js"></script>
<script src="index.js"></script>
</head>
<body>
<p>Show original nine-patch Image:</p>
Expand All @@ -14,5 +12,8 @@

<p>Show image after scaling without handling nine-patch image:</p>
<div id="testImg"></div><br>

<script src="NinePatch.js"></script>
<script src="index.js"></script>
</body>
</html>

0 comments on commit 7b4bce4

Please sign in to comment.