mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Letter example: select path to show how it is constructed.
This commit is contained in:
parent
f8548ca6d4
commit
4d5f4b32fc
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
);
|
);
|
||||||
letterPath.closed = true;
|
letterPath.closed = true;
|
||||||
letterPath.fillColor = 'black';
|
letterPath.fillColor = 'black';
|
||||||
|
letterPath.selected = true;
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue