5
5
Released under License
6
6
*/
7
7
8
- ! function ( e ) { if ( "object" == typeof exports && "undefined" != typeof module ) module . exports = e ( ) ; else if ( "function" == typeof define && define . amd ) define ( [ ] , e ) ; else { var f ; "undefined" != typeof window ?f = window :"undefined" != typeof global ?f = global :"undefined" != typeof self && ( f = self ) , f . html2canvas = e ( ) } } ( function ( ) { var define , module , exports ; return ( function e ( t , n , r ) { function s ( o , u ) { if ( ! n [ o ] ) { if ( ! t [ o ] ) { var a = typeof require == "function" && require ; if ( ! u && a ) return a ( o , ! 0 ) ; if ( i ) return i ( o , ! 0 ) ; var f = new Error ( "Cannot find module '" + o + "'" ) ; throw f . code = "MODULE_NOT_FOUND" , f } var l = n [ o ] = { exports :{ } } ; t [ o ] [ 0 ] . call ( l . exports , function ( e ) { var n = t [ o ] [ 1 ] [ e ] ; return s ( n ?n :e ) } , l , l . exports , e , t , n , r ) } return n [ o ] . exports } var i = typeof require == "function" && require ; for ( var o = 0 ; o < r . length ; o ++ ) s ( r [ o ] ) ; return s } ) ( { 1 :[ function ( require , module , exports ) {
8
+ ! function ( e ) { if ( "object" == typeof exports && "undefined" != typeof module ) module . exports = e ( ) ; else if ( "function" == typeof define && define . amd ) define ( [ ] , e ) ; else { var f ; "undefined" != typeof window ?f = window :"undefined" != typeof global ?f = global :"undefined" != typeof self && ( f = self ) , f . html2canvas = e ( ) } } ( function ( ) { var define , module , exports ; return ( function e ( t , n , r ) { function s ( o , u ) { if ( ! n [ o ] ) { if ( ! t [ o ] ) { var a = typeof require == "function" && require ; if ( ! u && a ) return a ( o , ! 0 ) ; if ( i ) return i ( o , ! 0 ) ; var f = new Error ( "Cannot find module '" + o + "'" ) ; throw f . code = "MODULE_NOT_FOUND" , f } var l = n [ o ] = { exports :{ } } ; t [ o ] [ 0 ] . call ( l . exports , function ( e ) { var n = t [ o ] [ 1 ] [ e ] ; return s ( n ?n :e ) } , l , l . exports , e , t , n , r ) } return n [ o ] . exports } var i = typeof require == "function" && require ; for ( var o = 0 ; o < r . length ; o ++ ) s ( r [ o ] ) ; return s } ) ( { 1 :[ function ( _dereq_ , module , exports ) {
9
9
( function ( global ) {
10
10
/*! http://mths.be/punycode v1.2.4 by @mathias */
11
11
; ( function ( root ) {
516
516
} ( this ) ) ;
517
517
518
518
} ) . call ( this , typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : { } )
519
- } , { } ] , 2 :[ function ( require , module , exports ) {
520
- var log = require ( './log' ) ;
519
+ } , { } ] , 2 :[ function ( _dereq_ , module , exports ) {
520
+ var log = _dereq_ ( './log' ) ;
521
521
522
522
function restoreOwnerScroll ( ownerDocument , x , y ) {
523
523
if ( ownerDocument . defaultView && ( x !== ownerDocument . defaultView . pageXOffset || y !== ownerDocument . defaultView . pageYOffset ) ) {
@@ -622,7 +622,7 @@ module.exports = function(ownerDocument, containerDocument, width, height, optio
622
622
} ) ;
623
623
} ;
624
624
625
- } , { "./log" :13 } ] , 3 :[ function ( require , module , exports ) {
625
+ } , { "./log" :13 } ] , 3 :[ function ( _dereq_ , module , exports ) {
626
626
// http://dev.w3.org/csswg/css-color/
627
627
628
628
function Color ( value ) {
@@ -896,16 +896,16 @@ var colors = {
896
896
897
897
module . exports = Color ;
898
898
899
- } , { } ] , 4 :[ function ( require , module , exports ) {
900
- var Support = require ( './support' ) ;
901
- var CanvasRenderer = require ( './renderers/canvas' ) ;
902
- var ImageLoader = require ( './imageloader' ) ;
903
- var NodeParser = require ( './nodeparser' ) ;
904
- var NodeContainer = require ( './nodecontainer' ) ;
905
- var log = require ( './log' ) ;
906
- var utils = require ( './utils' ) ;
907
- var createWindowClone = require ( './clone' ) ;
908
- var loadUrlDocument = require ( './proxy' ) . loadUrlDocument ;
899
+ } , { } ] , 4 :[ function ( _dereq_ , module , exports ) {
900
+ var Support = _dereq_ ( './support' ) ;
901
+ var CanvasRenderer = _dereq_ ( './renderers/canvas' ) ;
902
+ var ImageLoader = _dereq_ ( './imageloader' ) ;
903
+ var NodeParser = _dereq_ ( './nodeparser' ) ;
904
+ var NodeContainer = _dereq_ ( './nodecontainer' ) ;
905
+ var log = _dereq_ ( './log' ) ;
906
+ var utils = _dereq_ ( './utils' ) ;
907
+ var createWindowClone = _dereq_ ( './clone' ) ;
908
+ var loadUrlDocument = _dereq_ ( './proxy' ) . loadUrlDocument ;
909
909
var getBounds = utils . getBounds ;
910
910
911
911
var html2canvasNodeAttribute = "data-html2canvas-node" ;
@@ -1051,9 +1051,9 @@ function absoluteUrl(url) {
1051
1051
return link ;
1052
1052
}
1053
1053
1054
- } , { "./clone" :2 , "./imageloader" :11 , "./log" :13 , "./nodecontainer" :14 , "./nodeparser" :15 , "./proxy" :16 , "./renderers/canvas" :20 , "./support" :22 , "./utils" :26 } ] , 5 :[ function ( require , module , exports ) {
1055
- var log = require ( './log' ) ;
1056
- var smallImage = require ( './utils' ) . smallImage ;
1054
+ } , { "./clone" :2 , "./imageloader" :11 , "./log" :13 , "./nodecontainer" :14 , "./nodeparser" :15 , "./proxy" :16 , "./renderers/canvas" :20 , "./support" :22 , "./utils" :26 } ] , 5 :[ function ( _dereq_ , module , exports ) {
1055
+ var log = _dereq_ ( './log' ) ;
1056
+ var smallImage = _dereq_ ( './utils' ) . smallImage ;
1057
1057
1058
1058
function DummyImageContainer ( src ) {
1059
1059
this . src = src ;
@@ -1075,8 +1075,8 @@ function DummyImageContainer(src) {
1075
1075
1076
1076
module . exports = DummyImageContainer ;
1077
1077
1078
- } , { "./log" :13 , "./utils" :26 } ] , 6 :[ function ( require , module , exports ) {
1079
- var smallImage = require ( './utils' ) . smallImage ;
1078
+ } , { "./log" :13 , "./utils" :26 } ] , 6 :[ function ( _dereq_ , module , exports ) {
1079
+ var smallImage = _dereq_ ( './utils' ) . smallImage ;
1080
1080
1081
1081
function Font ( family , size ) {
1082
1082
var container = document . createElement ( 'div' ) ,
@@ -1129,8 +1129,8 @@ function Font(family, size) {
1129
1129
1130
1130
module . exports = Font ;
1131
1131
1132
- } , { "./utils" :26 } ] , 7 :[ function ( require , module , exports ) {
1133
- var Font = require ( './font' ) ;
1132
+ } , { "./utils" :26 } ] , 7 :[ function ( _dereq_ , module , exports ) {
1133
+ var Font = _dereq_ ( './font' ) ;
1134
1134
1135
1135
function FontMetrics ( ) {
1136
1136
this . data = { } ;
@@ -1145,10 +1145,10 @@ FontMetrics.prototype.getMetrics = function(family, size) {
1145
1145
1146
1146
module . exports = FontMetrics ;
1147
1147
1148
- } , { "./font" :6 } ] , 8 :[ function ( require , module , exports ) {
1149
- var utils = require ( './utils' ) ;
1148
+ } , { "./font" :6 } ] , 8 :[ function ( _dereq_ , module , exports ) {
1149
+ var utils = _dereq_ ( './utils' ) ;
1150
1150
var getBounds = utils . getBounds ;
1151
- var loadUrlDocument = require ( './proxy' ) . loadUrlDocument ;
1151
+ var loadUrlDocument = _dereq_ ( './proxy' ) . loadUrlDocument ;
1152
1152
1153
1153
function FrameContainer ( container , sameOrigin , options ) {
1154
1154
this . image = null ;
@@ -1164,7 +1164,7 @@ function FrameContainer(container, sameOrigin, options) {
1164
1164
resolve ( container ) ;
1165
1165
}
1166
1166
} ) ) . then ( function ( container ) {
1167
- var html2canvas = require ( './core' ) ;
1167
+ var html2canvas = _dereq_ ( './core' ) ;
1168
1168
return html2canvas ( container . contentWindow . document . documentElement , { type : 'view' , width : container . width , height : container . height , proxy : options . proxy , javascriptEnabled : options . javascriptEnabled , removeContainer : options . removeContainer , allowTaint : options . allowTaint , imageTimeout : options . imageTimeout / 2 } ) ;
1169
1169
} ) . then ( function ( canvas ) {
1170
1170
return self . image = canvas ;
@@ -1178,7 +1178,7 @@ FrameContainer.prototype.proxyLoad = function(proxy, bounds, options) {
1178
1178
1179
1179
module . exports = FrameContainer ;
1180
1180
1181
- } , { "./core" :4 , "./proxy" :16 , "./utils" :26 } ] , 9 :[ function ( require , module , exports ) {
1181
+ } , { "./core" :4 , "./proxy" :16 , "./utils" :26 } ] , 9 :[ function ( _dereq_ , module , exports ) {
1182
1182
function GradientContainer ( imageData ) {
1183
1183
this . src = imageData . value ;
1184
1184
this . colorStops = [ ] ;
@@ -1201,7 +1201,7 @@ GradientContainer.REGEXP_COLORSTOP = /^\s*(rgba?\(\s*\d{1,3},\s*\d{1,3},\s*\d{1,
1201
1201
1202
1202
module . exports = GradientContainer ;
1203
1203
1204
- } , { } ] , 10 :[ function ( require , module , exports ) {
1204
+ } , { } ] , 10 :[ function ( _dereq_ , module , exports ) {
1205
1205
function ImageContainer ( src , cors ) {
1206
1206
this . src = src ;
1207
1207
this . image = new Image ( ) ;
@@ -1222,17 +1222,17 @@ function ImageContainer(src, cors) {
1222
1222
1223
1223
module . exports = ImageContainer ;
1224
1224
1225
- } , { } ] , 11 :[ function ( require , module , exports ) {
1226
- var log = require ( './log' ) ;
1227
- var ImageContainer = require ( './imagecontainer' ) ;
1228
- var DummyImageContainer = require ( './dummyimagecontainer' ) ;
1229
- var ProxyImageContainer = require ( './proxyimagecontainer' ) ;
1230
- var FrameContainer = require ( './framecontainer' ) ;
1231
- var SVGContainer = require ( './svgcontainer' ) ;
1232
- var SVGNodeContainer = require ( './svgnodecontainer' ) ;
1233
- var LinearGradientContainer = require ( './lineargradientcontainer' ) ;
1234
- var WebkitGradientContainer = require ( './webkitgradientcontainer' ) ;
1235
- var bind = require ( './utils' ) . bind ;
1225
+ } , { } ] , 11 :[ function ( _dereq_ , module , exports ) {
1226
+ var log = _dereq_ ( './log' ) ;
1227
+ var ImageContainer = _dereq_ ( './imagecontainer' ) ;
1228
+ var DummyImageContainer = _dereq_ ( './dummyimagecontainer' ) ;
1229
+ var ProxyImageContainer = _dereq_ ( './proxyimagecontainer' ) ;
1230
+ var FrameContainer = _dereq_ ( './framecontainer' ) ;
1231
+ var SVGContainer = _dereq_ ( './svgcontainer' ) ;
1232
+ var SVGNodeContainer = _dereq_ ( './svgnodecontainer' ) ;
1233
+ var LinearGradientContainer = _dereq_ ( './lineargradientcontainer' ) ;
1234
+ var WebkitGradientContainer = _dereq_ ( './webkitgradientcontainer' ) ;
1235
+ var bind = _dereq_ ( './utils' ) . bind ;
1236
1236
1237
1237
function ImageLoader ( options , support ) {
1238
1238
this . link = null ;
@@ -1381,9 +1381,9 @@ ImageLoader.prototype.timeout = function(container, timeout) {
1381
1381
1382
1382
module . exports = ImageLoader ;
1383
1383
1384
- } , { "./dummyimagecontainer" :5 , "./framecontainer" :8 , "./imagecontainer" :10 , "./lineargradientcontainer" :12 , "./log" :13 , "./proxyimagecontainer" :17 , "./svgcontainer" :23 , "./svgnodecontainer" :24 , "./utils" :26 , "./webkitgradientcontainer" :27 } ] , 12 :[ function ( require , module , exports ) {
1385
- var GradientContainer = require ( './gradientcontainer' ) ;
1386
- var Color = require ( './color' ) ;
1384
+ } , { "./dummyimagecontainer" :5 , "./framecontainer" :8 , "./imagecontainer" :10 , "./lineargradientcontainer" :12 , "./log" :13 , "./proxyimagecontainer" :17 , "./svgcontainer" :23 , "./svgnodecontainer" :24 , "./utils" :26 , "./webkitgradientcontainer" :27 } ] , 12 :[ function ( _dereq_ , module , exports ) {
1385
+ var GradientContainer = _dereq_ ( './gradientcontainer' ) ;
1386
+ var Color = _dereq_ ( './color' ) ;
1387
1387
1388
1388
function LinearGradientContainer ( imageData ) {
1389
1389
GradientContainer . apply ( this , arguments ) ;
@@ -1485,7 +1485,7 @@ LinearGradientContainer.REGEXP_DIRECTION = /^\s*(?:to|left|right|top|bottom|cent
1485
1485
1486
1486
module . exports = LinearGradientContainer ;
1487
1487
1488
- } , { "./color" :3 , "./gradientcontainer" :9 } ] , 13 :[ function ( require , module , exports ) {
1488
+ } , { "./color" :3 , "./gradientcontainer" :9 } ] , 13 :[ function ( _dereq_ , module , exports ) {
1489
1489
var logger = function ( ) {
1490
1490
if ( logger . options . logging && window . console && window . console . log ) {
1491
1491
Function . prototype . bind . call ( window . console . log , ( window . console ) ) . apply ( window . console , [ ( Date . now ( ) - logger . options . start ) + "ms" , "html2canvas:" ] . concat ( [ ] . slice . call ( arguments , 0 ) ) ) ;
@@ -1495,9 +1495,9 @@ var logger = function() {
1495
1495
logger . options = { logging : false } ;
1496
1496
module . exports = logger ;
1497
1497
1498
- } , { } ] , 14 :[ function ( require , module , exports ) {
1499
- var Color = require ( './color' ) ;
1500
- var utils = require ( './utils' ) ;
1498
+ } , { } ] , 14 :[ function ( _dereq_ , module , exports ) {
1499
+ var Color = _dereq_ ( './color' ) ;
1500
+ var utils = _dereq_ ( './utils' ) ;
1501
1501
var getBounds = utils . getBounds ;
1502
1502
var parseBackgrounds = utils . parseBackgrounds ;
1503
1503
var offsetBounds = utils . offsetBounds ;
@@ -1793,16 +1793,16 @@ function asFloat(str) {
1793
1793
1794
1794
module . exports = NodeContainer ;
1795
1795
1796
- } , { "./color" :3 , "./utils" :26 } ] , 15 :[ function ( require , module , exports ) {
1797
- var log = require ( './log' ) ;
1798
- var punycode = require ( 'punycode' ) ;
1799
- var NodeContainer = require ( './nodecontainer' ) ;
1800
- var TextContainer = require ( './textcontainer' ) ;
1801
- var PseudoElementContainer = require ( './pseudoelementcontainer' ) ;
1802
- var FontMetrics = require ( './fontmetrics' ) ;
1803
- var Color = require ( './color' ) ;
1804
- var StackingContext = require ( './stackingcontext' ) ;
1805
- var utils = require ( './utils' ) ;
1796
+ } , { "./color" :3 , "./utils" :26 } ] , 15 :[ function ( _dereq_ , module , exports ) {
1797
+ var log = _dereq_ ( './log' ) ;
1798
+ var punycode = _dereq_ ( 'punycode' ) ;
1799
+ var NodeContainer = _dereq_ ( './nodecontainer' ) ;
1800
+ var TextContainer = _dereq_ ( './textcontainer' ) ;
1801
+ var PseudoElementContainer = _dereq_ ( './pseudoelementcontainer' ) ;
1802
+ var FontMetrics = _dereq_ ( './fontmetrics' ) ;
1803
+ var Color = _dereq_ ( './color' ) ;
1804
+ var StackingContext = _dereq_ ( './stackingcontext' ) ;
1805
+ var utils = _dereq_ ( './utils' ) ;
1806
1806
var bind = utils . bind ;
1807
1807
var getBounds = utils . getBounds ;
1808
1808
var parseBackgrounds = utils . parseBackgrounds ;
@@ -2664,11 +2664,11 @@ function hasUnicode(string) {
2664
2664
2665
2665
module . exports = NodeParser ;
2666
2666
2667
- } , { "./color" :3 , "./fontmetrics" :7 , "./log" :13 , "./nodecontainer" :14 , "./pseudoelementcontainer" :18 , "./stackingcontext" :21 , "./textcontainer" :25 , "./utils" :26 , "punycode" :1 } ] , 16 :[ function ( require , module , exports ) {
2668
- var XHR = require ( './xhr' ) ;
2669
- var utils = require ( './utils' ) ;
2670
- var log = require ( './log' ) ;
2671
- var createWindowClone = require ( './clone' ) ;
2667
+ } , { "./color" :3 , "./fontmetrics" :7 , "./log" :13 , "./nodecontainer" :14 , "./pseudoelementcontainer" :18 , "./stackingcontext" :21 , "./textcontainer" :25 , "./utils" :26 , "punycode" :1 } ] , 16 :[ function ( _dereq_ , module , exports ) {
2668
+ var XHR = _dereq_ ( './xhr' ) ;
2669
+ var utils = _dereq_ ( './utils' ) ;
2670
+ var log = _dereq_ ( './log' ) ;
2671
+ var createWindowClone = _dereq_ ( './clone' ) ;
2672
2672
var decode64 = utils . decode64 ;
2673
2673
2674
2674
function Proxy ( src , proxyUrl , document ) {
@@ -2761,8 +2761,8 @@ exports.Proxy = Proxy;
2761
2761
exports . ProxyURL = ProxyURL ;
2762
2762
exports . loadUrlDocument = loadUrlDocument ;
2763
2763
2764
- } , { "./clone" :2 , "./log" :13 , "./utils" :26 , "./xhr" :28 } ] , 17 :[ function ( require , module , exports ) {
2765
- var ProxyURL = require ( './proxy' ) . ProxyURL ;
2764
+ } , { "./clone" :2 , "./log" :13 , "./utils" :26 , "./xhr" :28 } ] , 17 :[ function ( _dereq_ , module , exports ) {
2765
+ var ProxyURL = _dereq_ ( './proxy' ) . ProxyURL ;
2766
2766
2767
2767
function ProxyImageContainer ( src , proxy ) {
2768
2768
var link = document . createElement ( "a" ) ;
@@ -2784,8 +2784,8 @@ function ProxyImageContainer(src, proxy) {
2784
2784
2785
2785
module . exports = ProxyImageContainer ;
2786
2786
2787
- } , { "./proxy" :16 } ] , 18 :[ function ( require , module , exports ) {
2788
- var NodeContainer = require ( './nodecontainer' ) ;
2787
+ } , { "./proxy" :16 } ] , 18 :[ function ( _dereq_ , module , exports ) {
2788
+ var NodeContainer = _dereq_ ( './nodecontainer' ) ;
2789
2789
2790
2790
function PseudoElementContainer ( node , parent , type ) {
2791
2791
NodeContainer . call ( this , node , parent ) ;
@@ -2824,8 +2824,8 @@ PseudoElementContainer.prototype.PSEUDO_HIDE_ELEMENT_CLASS_AFTER = "___html2canv
2824
2824
2825
2825
module . exports = PseudoElementContainer ;
2826
2826
2827
- } , { "./nodecontainer" :14 } ] , 19 :[ function ( require , module , exports ) {
2828
- var log = require ( './log' ) ;
2827
+ } , { "./nodecontainer" :14 } ] , 19 :[ function ( _dereq_ , module , exports ) {
2828
+ var log = _dereq_ ( './log' ) ;
2829
2829
2830
2830
function Renderer ( width , height , images , options , document ) {
2831
2831
this . width = width ;
@@ -2934,10 +2934,10 @@ Renderer.prototype.renderBackgroundRepeating = function(container, bounds, image
2934
2934
2935
2935
module . exports = Renderer ;
2936
2936
2937
- } , { "./log" :13 } ] , 20 :[ function ( require , module , exports ) {
2938
- var Renderer = require ( '../renderer' ) ;
2939
- var LinearGradientContainer = require ( '../lineargradientcontainer' ) ;
2940
- var log = require ( '../log' ) ;
2937
+ } , { "./log" :13 } ] , 20 :[ function ( _dereq_ , module , exports ) {
2938
+ var Renderer = _dereq_ ( '../renderer' ) ;
2939
+ var LinearGradientContainer = _dereq_ ( '../lineargradientcontainer' ) ;
2940
+ var log = _dereq_ ( '../log' ) ;
2941
2941
2942
2942
function CanvasRenderer ( width , height ) {
2943
2943
Renderer . apply ( this , arguments ) ;
@@ -3117,8 +3117,8 @@ function hasEntries(array) {
3117
3117
3118
3118
module . exports = CanvasRenderer ;
3119
3119
3120
- } , { "../lineargradientcontainer" :12 , "../log" :13 , "../renderer" :19 } ] , 21 :[ function ( require , module , exports ) {
3121
- var NodeContainer = require ( './nodecontainer' ) ;
3120
+ } , { "../lineargradientcontainer" :12 , "../log" :13 , "../renderer" :19 } ] , 21 :[ function ( _dereq_ , module , exports ) {
3121
+ var NodeContainer = _dereq_ ( './nodecontainer' ) ;
3122
3122
3123
3123
function StackingContext ( hasOwnStacking , opacity , element , parent ) {
3124
3124
NodeContainer . call ( this , element , parent ) ;
@@ -3137,7 +3137,7 @@ StackingContext.prototype.getParentStack = function(context) {
3137
3137
3138
3138
module . exports = StackingContext ;
3139
3139
3140
- } , { "./nodecontainer" :14 } ] , 22 :[ function ( require , module , exports ) {
3140
+ } , { "./nodecontainer" :14 } ] , 22 :[ function ( _dereq_ , module , exports ) {
3141
3141
function Support ( document ) {
3142
3142
this . rangeBounds = this . testRangeBounds ( document ) ;
3143
3143
this . cors = this . testCORS ( ) ;
@@ -3190,9 +3190,9 @@ Support.prototype.testSVG = function() {
3190
3190
3191
3191
module . exports = Support ;
3192
3192
3193
- } , { } ] , 23 :[ function ( require , module , exports ) {
3194
- var XHR = require ( './xhr' ) ;
3195
- var decode64 = require ( './utils' ) . decode64 ;
3193
+ } , { } ] , 23 :[ function ( _dereq_ , module , exports ) {
3194
+ var XHR = _dereq_ ( './xhr' ) ;
3195
+ var decode64 = _dereq_ ( './utils' ) . decode64 ;
3196
3196
3197
3197
function SVGContainer ( src ) {
3198
3198
this . src = src ;
@@ -3244,8 +3244,8 @@ SVGContainer.prototype.decode64 = function(str) {
3244
3244
3245
3245
module . exports = SVGContainer ;
3246
3246
3247
- } , { "./utils" :26 , "./xhr" :28 } ] , 24 :[ function ( require , module , exports ) {
3248
- var SVGContainer = require ( './svgcontainer' ) ;
3247
+ } , { "./utils" :26 , "./xhr" :28 } ] , 24 :[ function ( _dereq_ , module , exports ) {
3248
+ var SVGContainer = _dereq_ ( './svgcontainer' ) ;
3249
3249
3250
3250
function SVGNodeContainer ( node , _native ) {
3251
3251
this . src = node ;
@@ -3271,8 +3271,8 @@ SVGNodeContainer.prototype = Object.create(SVGContainer.prototype);
3271
3271
3272
3272
module . exports = SVGNodeContainer ;
3273
3273
3274
- } , { "./svgcontainer" :23 } ] , 25 :[ function ( require , module , exports ) {
3275
- var NodeContainer = require ( './nodecontainer' ) ;
3274
+ } , { "./svgcontainer" :23 } ] , 25 :[ function ( _dereq_ , module , exports ) {
3275
+ var NodeContainer = _dereq_ ( './nodecontainer' ) ;
3276
3276
3277
3277
function TextContainer ( node , parent ) {
3278
3278
NodeContainer . call ( this , node , parent ) ;
@@ -3306,7 +3306,7 @@ function capitalize(m, p1, p2) {
3306
3306
3307
3307
module . exports = TextContainer ;
3308
3308
3309
- } , { "./nodecontainer" :14 } ] , 26 :[ function ( require , module , exports ) {
3309
+ } , { "./nodecontainer" :14 } ] , 26 :[ function ( _dereq_ , module , exports ) {
3310
3310
exports . smallImage = function smallImage ( ) {
3311
3311
return "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ;
3312
3312
} ;
@@ -3477,8 +3477,8 @@ exports.parseBackgrounds = function(backgroundImage) {
3477
3477
return results ;
3478
3478
} ;
3479
3479
3480
- } , { } ] , 27 :[ function ( require , module , exports ) {
3481
- var GradientContainer = require ( './gradientcontainer' ) ;
3480
+ } , { } ] , 27 :[ function ( _dereq_ , module , exports ) {
3481
+ var GradientContainer = _dereq_ ( './gradientcontainer' ) ;
3482
3482
3483
3483
function WebkitGradientContainer ( imageData ) {
3484
3484
GradientContainer . apply ( this , arguments ) ;
@@ -3489,7 +3489,7 @@ WebkitGradientContainer.prototype = Object.create(GradientContainer.prototype);
3489
3489
3490
3490
module . exports = WebkitGradientContainer ;
3491
3491
3492
- } , { "./gradientcontainer" :9 } ] , 28 :[ function ( require , module , exports ) {
3492
+ } , { "./gradientcontainer" :9 } ] , 28 :[ function ( _dereq_ , module , exports ) {
3493
3493
function XHR ( url ) {
3494
3494
return new Promise ( function ( resolve , reject ) {
3495
3495
var xhr = new XMLHttpRequest ( ) ;
0 commit comments