Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 0b6a94e

Browse files
author
Francois-Xavier Gentilhomme
committed
v1.0.15 - Fixes issue on shape rendering
Changelog: - fixes https for xhr requests - fixes math, analyzer and shape samples - fixes issue on not recognized shape rendering - add unit tests
1 parent 4fe2e05 commit 0b6a94e

File tree

221 files changed

+3222
-4650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+3222
-4650
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myscript",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"main": "./dist/myscript.js",
55
"description": "The JavaScript library for the MyScript Cloud recognition service",
66
"keywords": [

build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"src/output/text/textTagItem.js",
8282
"src/output/text/textResponseWSMessage.js",
8383
"src/output/shape/abstractShapePrimitive.js",
84-
"src/output/shape/abstractDecoratedShape.js",
8584
"src/output/shape/shapeCandidate.js",
8685
"src/output/shape/shapeDocument.js",
8786
"src/output/shape/shapeEllipse.js",

0 commit comments

Comments
 (0)