Added literallycanvas and react libraries.
commit85e85838e68fe39ab69556bb895fd95e96e776ba
authorRod Roark <rod@sunsetsystems.com>
Sat, 28 May 2016 18:51:16 +0000 (28 11:51 -0700)
committerRod Roark <rod@sunsetsystems.com>
Mon, 4 Jul 2016 23:38:57 +0000 (4 16:38 -0700)
tree2e8a606f983a6f97d3f9052b46c304287398d001
parentce339787805777665994b80e880a807177fc88cc
Added literallycanvas and react libraries.
91 files changed:
library/js/literallycanvas/README.openemr.txt [new file with mode: 0644]
library/js/literallycanvas/README.txt [new file with mode: 0644]
library/js/literallycanvas/bower.json [new file with mode: 0644]
library/js/literallycanvas/css/literallycanvas.css [new file with mode: 0644]
library/js/literallycanvas/img/alpha.png [new file with mode: 0644]
library/js/literallycanvas/img/checkerboard-8x8.png [new file with mode: 0644]
library/js/literallycanvas/img/dashed-line.png [new file with mode: 0644]
library/js/literallycanvas/img/ellipse.png [new file with mode: 0644]
library/js/literallycanvas/img/eraser.png [new file with mode: 0644]
library/js/literallycanvas/img/eyedropper.png [new file with mode: 0644]
library/js/literallycanvas/img/hue.png [new file with mode: 0644]
library/js/literallycanvas/img/line-with-arrow.png [new file with mode: 0644]
library/js/literallycanvas/img/line.png [new file with mode: 0644]
library/js/literallycanvas/img/pan.png [new file with mode: 0644]
library/js/literallycanvas/img/pencil.png [new file with mode: 0644]
library/js/literallycanvas/img/polygon-cancel.png [new file with mode: 0644]
library/js/literallycanvas/img/polygon-closed.png [new file with mode: 0644]
library/js/literallycanvas/img/polygon-open.png [new file with mode: 0644]
library/js/literallycanvas/img/polygon.png [new file with mode: 0644]
library/js/literallycanvas/img/rectangle.png [new file with mode: 0644]
library/js/literallycanvas/img/redo.png [new file with mode: 0644]
library/js/literallycanvas/img/saturation.png [new file with mode: 0644]
library/js/literallycanvas/img/screenshot.png [new file with mode: 0644]
library/js/literallycanvas/img/text.png [new file with mode: 0644]
library/js/literallycanvas/img/undo.png [new file with mode: 0644]
library/js/literallycanvas/img/zoom-in.png [new file with mode: 0644]
library/js/literallycanvas/img/zoom-out.png [new file with mode: 0644]
library/js/literallycanvas/js/core/LiterallyCanvas.js [new file with mode: 0644]
library/js/literallycanvas/js/core/TextRenderer.js [new file with mode: 0644]
library/js/literallycanvas/js/core/actions.js [new file with mode: 0644]
library/js/literallycanvas/js/core/bindEvents.js [new file with mode: 0644]
library/js/literallycanvas/js/core/canvasRenderer.js [new file with mode: 0644]
library/js/literallycanvas/js/core/defaultOptions.js [new file with mode: 0644]
library/js/literallycanvas/js/core/fontmetrics.js [new file with mode: 0644]
library/js/literallycanvas/js/core/lineEndCapShapes.js [new file with mode: 0644]
library/js/literallycanvas/js/core/localization.js [new file with mode: 0644]
library/js/literallycanvas/js/core/math.js [new file with mode: 0644]
library/js/literallycanvas/js/core/renderSnapshotToImage.js [new file with mode: 0644]
library/js/literallycanvas/js/core/renderSnapshotToSVG.js [new file with mode: 0644]
library/js/literallycanvas/js/core/shapes.js [new file with mode: 0644]
library/js/literallycanvas/js/core/svgRenderer.js [new file with mode: 0644]
library/js/literallycanvas/js/core/util.js [new file with mode: 0644]
library/js/literallycanvas/js/ie_customevent.js [new file with mode: 0644]
library/js/literallycanvas/js/ie_setLineDash.js [new file with mode: 0644]
library/js/literallycanvas/js/index.js [new file with mode: 0644]
library/js/literallycanvas/js/literallycanvas-core.js [new file with mode: 0644]
library/js/literallycanvas/js/literallycanvas-core.min.js [new file with mode: 0644]
library/js/literallycanvas/js/literallycanvas.js [new file with mode: 0644]
library/js/literallycanvas/js/literallycanvas.min.js [new file with mode: 0644]
library/js/literallycanvas/js/optionsStyles/font.js [new file with mode: 0644]
library/js/literallycanvas/js/optionsStyles/line-options-and-stroke-width.js [new file with mode: 0644]
library/js/literallycanvas/js/optionsStyles/null.js [new file with mode: 0644]
library/js/literallycanvas/js/optionsStyles/optionsStyles.js [new file with mode: 0644]
library/js/literallycanvas/js/optionsStyles/polygon-and-stroke-width.js [new file with mode: 0644]
library/js/literallycanvas/js/optionsStyles/stroke-or-fill.js [new file with mode: 0644]
library/js/literallycanvas/js/optionsStyles/stroke-width.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/ClearButton.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/ColorWell.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/LiterallyCanvas.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/Options.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/Picker.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/React-shim.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/ReactDOM-shim.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/StrokeWidthPicker.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/UndoRedoButtons.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/ZoomButtons.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/createSetStateOnEventMixin.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/createToolButton.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/init.js [new file with mode: 0644]
library/js/literallycanvas/js/reactGUI/initDOM.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Ellipse.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Eraser.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Eyedropper.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Line.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Pan.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Pencil.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Polygon.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Rectangle.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/SelectShape.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/Text.js [new file with mode: 0644]
library/js/literallycanvas/js/tools/base.js [new file with mode: 0644]
library/js/react/README.md [new file with mode: 0644]
library/js/react/README.openemr.txt [new file with mode: 0644]
library/js/react/build/react-dom-server.js [new file with mode: 0644]
library/js/react/build/react-dom-server.min.js [new file with mode: 0644]
library/js/react/build/react-dom.js [new file with mode: 0644]
library/js/react/build/react-dom.min.js [new file with mode: 0644]
library/js/react/build/react-with-addons.js [new file with mode: 0644]
library/js/react/build/react-with-addons.min.js [new file with mode: 0644]
library/js/react/build/react.js [new file with mode: 0644]
library/js/react/build/react.min.js [new file with mode: 0644]