Skip to content

Commit 672e9e0

Browse files
authored
Merge pull request #20 from M-arcus/patch-2
Fix for #19: Example "Gradients with an image mask": HTML code is wrong
2 parents d6cc73f + 6f378d5 commit 672e9e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ <h2>Gradients with an image mask</h2>
259259
});</code></pre>
260260
</div>
261261
<div class="tab" id="image-mask-html" data-toggle="pill">
262-
<pre><code class="language-html">&lt;div class=&quot;blov-logo&quot;&gt;
263-
&lt;canvas id=&quot;canvas-basic&quot;&gt;&lt;/canvas&gt;
262+
<pre><code class="language-html">&lt;div class=&quot;bloc-logo&quot;&gt;
263+
&lt;canvas id=&quot;canvas-image-mask&quot;&gt;&lt;/canvas&gt;
264264
&lt;a href=&quot;index.html&quot; class=&quot;logo-mask&quot;&gt;Granim.js&lt;/a&gt;
265265
&lt;/div&gt;</code></pre>
266266
</div>
@@ -459,4 +459,4 @@ <h2>Interactive Gradients</h2>
459459
ga('send', 'pageview');
460460
</script>
461461
</body>
462-
</html>
462+
</html>

0 commit comments

Comments
 (0)