-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamplesMask.html
More file actions
42 lines (34 loc) · 1.02 KB
/
Copy pathexamplesMask.html
File metadata and controls
42 lines (34 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="img/icon.png" type="image/png" />
<meta name="viewport" content="width=device-width">
<title>Photopea Actions Lib - Mask examples</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1><a id="alogo" href="index.html"><img id="logo" src="img/icon512.png"></a><br>Mask examples</h1>
<div class="codeClass" id="MSKR">
<h3>Raster Mask functions</h3>
<textarea>
//makeMask("Raster", "RvlA");
//makeMask("Raster", "HdAl");
//makeMask("Raster", "RvlS");
//makeMask("Raster", "HdSl");
//makeMask("Raster", "Trns");
//makeMask("Clipping");
</textarea>
</div>
<div class="codeClass" id="MSKV">
<h3>Vector Mask functions</h3>
<textarea>
//makeMask("Vector", "RvlA");
//makeMask("Vector", "HdAl");
//makeMask("Vector", "Path");//CHECKED
</textarea>
</div>
<h3 class="home_page"><a href="index.html">Home page</a></h3>
<h4 class="footer">(c) Pustovoit Oleg, 2023</h4>
</body>
</html>