|
64 | 64 | </style>
|
65 | 65 |
|
66 | 66 | <script src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
| 67 | + <script src="../../node_modules/web-animations-js/web-animations-next-lite.min.js"></script> |
67 | 68 | <script type="module" src="../../node_modules/@polymer/paper-toggle-button/paper-toggle-button.js"></script>
|
68 | 69 | <script type="module" src="../../node_modules/@polymer/paper-swatch-picker/paper-swatch-picker.js"></script>
|
69 | 70 | <script type="module" src="../../node_modules/@polymer/paper-slider/paper-slider.js"></script>
|
70 |
| - <script src="../../node_modules/web-animations-js/web-animations-next-lite.min.js"></script> |
71 | 71 | <script type="module" src="../../myscript-math-web.js"></script>
|
| 72 | + |
72 | 73 | <custom-style>
|
73 | 74 | <style>
|
74 | 75 | myscript-math-web {
|
|
97 | 98 | <paper-toggle-button class="flex-item" id="penstyleclasses" checked>Apply pen style classes (greenThickPen)
|
98 | 99 | </paper-toggle-button>
|
99 | 100 | <span class="flex-item">
|
100 |
| - <paper-toggle-button id="penenabled">Enable pen color/width</paper-toggle-button> |
101 |
| - <span id="pensettings" class="hidden"> |
102 |
| - <paper-swatch-picker id="pencolor"></paper-swatch-picker> |
103 |
| - <paper-slider id="penwidth" snaps min="1" max="5" value="2"></paper-slider> |
104 |
| - </span> |
105 |
| - </span> |
| 101 | + <paper-toggle-button id="penenabled">Enable pen color/width</paper-toggle-button> |
| 102 | + <span id="pensettings" class="hidden"> |
| 103 | + <paper-swatch-picker id="pencolor"></paper-swatch-picker> |
| 104 | + <paper-slider id="penwidth" snaps min="1" max="5" value="2"></paper-slider> |
| 105 | + </span> |
| 106 | + </span> |
106 | 107 | <span>
|
107 |
| - <label for="theme" class="flex-item">Theme:</label> |
108 |
| - <select id="theme" class="flex-item"> |
109 |
| - <option value="normal-white">Normal white theme</option> |
110 |
| - <option value="thin-green">Thin green theme</option> |
111 |
| - <option value="bold-red">Bold red theme</option> |
112 |
| - </select> |
113 |
| - </span> |
| 108 | + <label for="theme" class="flex-item">Theme:</label> |
| 109 | + <select id="theme" class="flex-item"> |
| 110 | + <option value="normal-white">Normal white theme</option> |
| 111 | + <option value="thin-green">Thin green theme</option> |
| 112 | + <option value="bold-red">Bold red theme</option> |
| 113 | + </select> |
| 114 | + </span> |
114 | 115 | </nav>
|
115 | 116 | <!-- Please change applicationkey and hmackey below with those send by mail during your registration. You can re-access them by connecting to your dashboard at developer.myscript.com with your myscript account -->
|
116 | 117 | <myscript-math-web scheme="https"
|
|
0 commit comments