[x3d-public] Where have all the flowers gone? John status.
John Carlson
yottzumm at gmail.com
Sat Jul 3 19:31:33 PDT 2021
Tab crashed in Firefox on Linux! Ouch!
https://coderextreme.net/flower/index.xhtml
Works ok in Chromium on Linux.
I'll try the min version of x_ite
This sort of thing appeared to be a problem in both Firefox and
Chromium's consoles:
DevTools failed to load source map: Could not load content for
https://create3000.github.io/code/x_ite/latest/dist/opentype.js.map:
HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
$ diff ~/Downloads/flowers/flower flower
diff /home/coderextreme/Downloads/flowers/flower/index.xhtml
flower/index.xhtml
7c7
< <script type="text/javascript"
src="https://create3000.github.io/code/x_ite/latest/dist/x_ite.min.js"></script>
---
> <script type="text/javascript"
src="https://create3000.github.io/code/x_ite/latest/dist/x_ite.js"></script>
diff /home/coderextreme/Downloads/flowers/flower/sphereflowers.x3d
flower/sphereflowers.x3d
31c31
< <fieldValue
name="fragment" value='"common.fs"'></fieldValue>
---
> <fieldValue
name="fragment" value='"x_ite.fs"'></fieldValue>
Only in flower: x_ite.fs (same as common.fs copy common.fs over to
x_ite.fs--I haven't got x3dom working yet)
More information about the x3d-public
mailing list