Skip to content

Commit

Permalink
[freegroup#225] update draw2d.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanov-oneinc committed Oct 26, 2023
1 parent 7ba06a6 commit 27c8232
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 261,181 deletions.
65,290 changes: 2 additions & 65,288 deletions docs/draw2d.js

Large diffs are not rendered by default.

65,290 changes: 2 additions & 65,288 deletions docs/examples/draw2d.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/draw2d.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/draw2d.js

Large diffs are not rendered by default.

65 changes: 40 additions & 25 deletions examples/draw2d.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@

/*! !../../node_modules/style-loader/dist/runtime/styleTagTransform.js */

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! ../../node_modules/css-loader/dist/runtime/api.js */

/*! ../../node_modules/css-loader/dist/runtime/sourceMaps.js */
Expand Down Expand Up @@ -148,8 +163,6 @@

/*! ./decoration/connection/DiamondDecorator */

/*! ./dom */

/*! ./geo/Line */

/*! ./geo/Point */
Expand Down Expand Up @@ -368,8 +381,6 @@

/*! ./policy/port/PortFeedbackPolicy */

/*! ./sax */

/*! ./shape/analog/OpAmp */

/*! ./shape/analog/ResistorBridge */
Expand Down Expand Up @@ -944,7 +955,7 @@

/*! For license information please see shifty.js.LICENSE.txt */

/*! canvg-browser */
/*! canvg */

/*! css/contextmenu.css */

Expand All @@ -960,20 +971,24 @@

/*! packages */

/*! performance-now */

/*! raf */

/*! rgbcolor */

/*! shifty */

/*! stackblur */
/*! stackblur-canvas */

/*! svg-pathdata */

/*! util/JSONUtil */

/*! util/UUID */

/*! util/extend */

/*! xmldom */

/*!*********************!*\
!*** ./src/Port.js ***!
\*********************/
Expand Down Expand Up @@ -1734,6 +1749,10 @@
!*** ./src/shape/state/State.js ***!
\**********************************/

/*!***********************************!*\
!*** ./node_modules/raf/index.js ***!
\***********************************/

/*!***********************************!*\
!*** ./src/command/CommandAdd.js ***!
\***********************************/
Expand Down Expand Up @@ -1890,14 +1909,6 @@
!*** ./src/util/spline/Spline.js ***!
\***********************************/

/*!************************************!*\
!*** ./node_modules/xmldom/dom.js ***!
\************************************/

/*!************************************!*\
!*** ./node_modules/xmldom/sax.js ***!
\************************************/

/*!************************************!*\
!*** ./src/command/CommandAttr.js ***!
\************************************/
Expand Down Expand Up @@ -2234,10 +2245,6 @@
!*** ./src/util/spline/CubicSpline.js ***!
\****************************************/

/*!*****************************************!*\
!*** ./node_modules/stackblur/index.js ***!
\*****************************************/

/*!*****************************************!*\
!*** ./src/command/CommandAddVertex.js ***!
\*****************************************/
Expand Down Expand Up @@ -2303,7 +2310,7 @@
\******************************************/

/*!*******************************************!*\
!*** ./node_modules/xmldom/dom-parser.js ***!
!*** ./node_modules/canvg/dist/index.cjs ***!
\*******************************************/

/*!*******************************************!*\
Expand Down Expand Up @@ -2362,10 +2369,6 @@
!*** ./src/shape/layout/VerticalLayout.js ***!
\********************************************/

/*!*********************************************!*\
!*** ./node_modules/canvg-browser/index.js ***!
\*********************************************/

/*!*********************************************!*\
!*** ./src/layout/locator/BottomLocator.js ***!
\*********************************************/
Expand Down Expand Up @@ -2638,6 +2641,10 @@
!*** ./src/shape/arrow/CalligrapherArrowDownLeft.js ***!
\******************************************************/

/*!*******************************************************!*\
!*** ./node_modules/svg-pathdata/lib/SVGPathData.cjs ***!
\*******************************************************/

/*!*******************************************************!*\
!*** ./src/decoration/connection/DiamondDecorator.js ***!
\*******************************************************/
Expand Down Expand Up @@ -2766,6 +2773,10 @@
!*** ./node_modules/css-loader/dist/runtime/sourceMaps.js ***!
\************************************************************/

/*!************************************************************!*\
!*** ./node_modules/stackblur-canvas/dist/stackblur-es.js ***!
\************************************************************/

/*!************************************************************!*\
!*** ./src/layout/connection/ManhattanConnectionRouter.js ***!
\************************************************************/
Expand All @@ -2778,6 +2789,10 @@
!*** ./src/policy/figure/VertexSelectionFeedbackPolicy.js ***!
\************************************************************/

/*!*************************************************************!*\
!*** ./node_modules/performance-now/lib/performance-now.js ***!
\*************************************************************/

/*!*************************************************************!*\
!*** ./src/policy/connection/DragConnectionCreatePolicy.js ***!
\*************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion examples/draw2d.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 27c8232

Please sign in to comment.