-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
228 changed files
with
3,305 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
/* | ||
* Copyright (c) 2020, [email protected] | ||
* | ||
* Permission to use, copy, modify, and/or distribute this software for any | ||
* purpose with or without fee is hereby granted, provided that the above | ||
* copyright notice and this permission notice appear in all copies. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
*/ | ||
|
||
val coverageThreshold = 0.98 | ||
val jvmTargetVersion = JavaVersion.VERSION_1_8.toString() | ||
val publicationName = "maven" | ||
|
@@ -28,24 +44,32 @@ kotlin { | |
sourceSets { | ||
val commonMain by getting { | ||
dependencies { | ||
implementation(kotlin("stdlib-common")) | ||
listOf( | ||
kotlin("stdlib-common") | ||
).forEach { implementation(it) } | ||
} | ||
} | ||
val commonTest by getting { | ||
dependencies { | ||
implementation(kotlin("test-common")) | ||
implementation(kotlin("test-annotations-common")) | ||
listOf( | ||
kotlin("test-common"), | ||
kotlin("test-junit"), | ||
kotlin("test-annotations-common") | ||
).forEach { implementation(it) } | ||
} | ||
} | ||
val jvmMain by getting { | ||
dependencies { | ||
implementation(kotlin("stdlib-jdk8")) | ||
listOf( | ||
kotlin("stdlib-jdk8") | ||
).forEach { implementation(it) } | ||
} | ||
} | ||
val jvmTest by getting { | ||
dependencies { | ||
implementation(kotlin("test")) | ||
implementation(kotlin("test-junit")) | ||
listOf( | ||
kotlin("test-junit") | ||
).forEach { implementation(it) } | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-css-class/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-css-class/verify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-id-name/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-id-name/verify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
...a/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-length-or-percentage/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
.../ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-length-or-percentage/verify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-length/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-length/verify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-none.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-number-list/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-number-list/verify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-path/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-path/verify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-relative/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/-relative/verify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
16 changes: 16 additions & 0 deletions
16
docs/dokka/ksvg/com.github.nwillc.ksvg.attributes/-attribute-type/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
<!-- | ||
~ Copyright (c) 2020, [email protected] | ||
~ | ||
~ Permission to use, copy, modify, and/or distribute this software for any | ||
~ purpose with or without fee is hereby granted, provided that the above | ||
~ copyright notice and this permission notice appear in all copies. | ||
~ | ||
~ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
~ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
~ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
~ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
~ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
~ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
~ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
--> | ||
|
||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
|
Oops, something went wrong.