add netlify logo per their requirements
This commit is contained in:
File diff suppressed because one or more lines are too long
5
dist/editor/index.html
vendored
5
dist/editor/index.html
vendored
@@ -114,6 +114,11 @@
|
||||
<div></div>
|
||||
SVG-Edit Home Page
|
||||
</li>
|
||||
<li style="width:50%;margin:auto;">
|
||||
<a href="https://www.netlify.com">
|
||||
<img style="height:25px;" src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
2
dist/editor/index.js.map
vendored
2
dist/editor/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/editor/jgraduate/jQuery.jGraduate.js
vendored
4
dist/editor/jgraduate/jQuery.jGraduate.js
vendored
@@ -244,9 +244,9 @@ export default function jQueryPluginJGraduate ($) {
|
||||
* @typedef {PlainObject} module:jGraduate.Options
|
||||
* @property {module:jGraduate~Paint} [paint] A Paint object object describing the paint to display initially; defaults to a new instance without options (defaults to opaque white)
|
||||
* @property {external:Window} [window]
|
||||
* @property {string} [window.pickerTitle='Drag markers to pick a paint']
|
||||
* @property {string} [window.pickerTitle="Drag markers to pick a paint"]
|
||||
* @property {PlainObject} [images]
|
||||
* @property {string} [images.clientPath='images/']
|
||||
* @property {string} [images.clientPath="images/"]
|
||||
* @property {"same"|"inverse"|"black"|"white"|module:jGraduate.ColorOpac} [newstop="inverse"]
|
||||
*/
|
||||
|
||||
|
||||
5
dist/editor/system/index.html
vendored
5
dist/editor/system/index.html
vendored
@@ -121,6 +121,11 @@
|
||||
<div></div>
|
||||
SVG-Edit Home Page
|
||||
</li>
|
||||
<li style="width:50%;margin:auto;">
|
||||
<a href="https://www.netlify.com">
|
||||
<img style="height:25px;" src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -244,9 +244,9 @@ export default function jQueryPluginJGraduate ($) {
|
||||
* @typedef {PlainObject} module:jGraduate.Options
|
||||
* @property {module:jGraduate~Paint} [paint] A Paint object object describing the paint to display initially; defaults to a new instance without options (defaults to opaque white)
|
||||
* @property {external:Window} [window]
|
||||
* @property {string} [window.pickerTitle='Drag markers to pick a paint']
|
||||
* @property {string} [window.pickerTitle="Drag markers to pick a paint"]
|
||||
* @property {PlainObject} [images]
|
||||
* @property {string} [images.clientPath='images/']
|
||||
* @property {string} [images.clientPath="images/"]
|
||||
* @property {"same"|"inverse"|"black"|"white"|module:jGraduate.ColorOpac} [newstop="inverse"]
|
||||
*/
|
||||
|
||||
|
||||
5
dist/editor/xdomain-index.html
vendored
5
dist/editor/xdomain-index.html
vendored
@@ -114,6 +114,11 @@
|
||||
<div></div>
|
||||
SVG-Edit Home Page
|
||||
</li>
|
||||
<li style="width:50%;margin:auto;">
|
||||
<a href="https://www.netlify.com">
|
||||
<img style="height:25px;" src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
2
dist/editor/xdomain-index.js.map
vendored
2
dist/editor/xdomain-index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user