Skip to content

Commit

Permalink
Merge pull request williamngan#72 from Yvee1/patch-1
Browse files Browse the repository at this point in the history
Fix broken link to html demo in Space-0500 guide
  • Loading branch information
williamngan authored Jul 30, 2019
2 parents 7dbd347 + cdae745 commit b5c784f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/Space-0500.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3>SVG Space</h3>
<p>Take a look at the source code of the <a href="https://ptsjs.org/demo/index.html?name=svgform.scope">svg demo</a>. It's pretty straightforward.</p>
<h3>HTML Space</h3>
<p>There's also experimental support for rendering HTML elements using <a href="#dom-htmlspace"><code>HTMLSpace</code></a>, which you can use by making similar changes in your code as described in SVG section above.</p>
<p>Take a look at the <a href="https://ptsjs.org/pts/demo/index.html?name=htmlform.scope">html demo</a> and its source code. Because of the limitations of HTML, you cannot draw polygon, arc, and some other shapes with it.</p>
<p>Take a look at the <a href="https://ptsjs.org/demo/index.html?name=htmlform.scope">html demo</a> and its source code. Because of the limitations of HTML, you cannot draw polygon, arc, and some other shapes with it.</p>
<p>If you use Pts with React or other web rendering frameworks, it will be better to use the props and states of their virtual DOM implementations instead.</p>
<h3>Cheat sheet</h3>
<p>The following snippet is a typical template for making a quick <strong><code>Pts</code></strong> sketch. Pretty easy.</p>
Expand Down Expand Up @@ -161,4 +161,4 @@ <h3>Cheat sheet</h3>
</script>

</body>
</html>
</html>

0 comments on commit b5c784f

Please sign in to comment.