-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathabout.html
41 lines (31 loc) · 2 KB
/
about.html
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
<link rel="stylesheet" href="styles.css">
<form method="dialog" class="wide">
<div class="row spread">
<h1>Complex Gradients</h1>
<small>v.1.0.0</small>
</div>
<div class="scrolled">
<h2>Repeating</h2>
<p>Select 1 or more elements with gradient fill. Specify number of repeatings in modal dialog and gradient will be repeated desired number of times.</p>
<hr>
<h2>Simplify</h2>
<p>Select 1 or more elements with gradient fill. After you hit this option gradient will be splitted to solid color parts. If you need more colors simply add some color stops to current gradient before using this option.</p>
<hr>
<h2>Random</h2>
<p>Select at least 1 element (shape or artbord) and hit this option. In modal dialog you can specify some settings. New random gradients will replace current fill for all elements you select.</p>
<hr>
<h2>Create from elements fill</h2>
<p>Select at least 2 elements with solid color fill (fill must be enabled; can be a text, shape or artbord). Then hit this option and a new rectangle with a gradient fill of these colors will appear in center of parent artbord. If you need a certain order of colors, select them one by one with the pressed Shift key.</p>
<hr>
<h2>Invert</h2>
<p>Select 1 or more elements with gradient fill. Then hit this option and colors will be inverted.</p>
</div>
<p class="warning">1) You can apply each option to several elements at once, pre-selecting them.</p>
<p class="warning">2) Groups are NOT SUPPORTED, so ungroup them or select each element one by one with pressed Shift key.</p>
<p class="warning">3) XD currently not allow plugins to work with Radial Gradients, but you can easily switch between different types of gradients manually.</p>
<hr class="separator">
<p>If you have any questions or suggestions please contact me directly via <a href="mailto:[email protected]">[email protected]</a></p>
<footer>
<button type="reset" uxp-variant="cta">Cancel</button>
</footer>
</form>