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

Commit ef0db2a

Browse files
committed
added strokes in jiix export
1 parent f13d09e commit ef0db2a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

examples/non-version-specific/programmatic_init.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,18 @@
3939
// Testing if options are taken into account
4040
mathElement.configuration = {
4141
recognitionParams: {
42-
timestampFloatPrecision: 2
42+
timestampFloatPrecision: 2,
43+
v4: {
44+
export: {
45+
jiix: {
46+
'bounding-box': true,
47+
'strokes': true
48+
}
49+
}
50+
}
4351
}
4452
};
45-
mathElement.mimetypes = ['application/x-latex'];
53+
mathElement.mimetypes = ['application/vnd.myscript.jiix'];
4654
mathElement.unloaded = false;
4755
});
4856
</script>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy