Mercurial > hg > orthanc-stone
view Applications/Samples/Web/samples-styles.css @ 519:17106b29ed6d bgo-commands-codegen
Changed the metadata system for structs. A __handler entry is now required
(with "cpp", "ts" or both: ["cpp","ts"]).
Changed the enumerations to string-based values.
Adapted the integrated wasm test.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 12 Mar 2019 13:11:18 +0100 |
parents | 8bf717c4e497 |
children |
line wrap: on
line source
html, body { width: 100%; height: 100%; margin: 0px; border: 0; overflow: hidden; /* Disable scrollbars */ display: block; /* No floating content on sides */ background-color: black; color: white; font-family: Arial, Helvetica, sans-serif; } canvas { left:0px; top:0px; }