From 3cc9fc98c48bf116d33ab3e7595154f9a15aabe4 Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Sat, 25 Nov 2017 18:21:10 +0100 Subject: [PATCH] updated css --- build/index.html | 4 +- build_docs.js | 2 +- docs/fabric.ActiveSelection.html | 2 +- docs/fabric.BaseBrush.html | 2 +- docs/fabric.Canvas.html | 2 +- docs/fabric.Circle.html | 2 +- docs/fabric.CircleBrush.html | 2 +- docs/fabric.Collection.html | 2 +- docs/fabric.Color.html | 2 +- docs/fabric.CommonMethods.html | 2 +- docs/fabric.Ellipse.html | 2 +- docs/fabric.Gradient.html | 2 +- docs/fabric.Group.html | 2 +- docs/fabric.IText.html | 252 +++++++++--------- docs/fabric.Image.filters.BaseFilter.html | 34 +-- docs/fabric.Image.filters.Blur.html | 38 +-- docs/fabric.Image.filters.Brightness.html | 42 +-- docs/fabric.Image.filters.ColorMatrix.html | 40 +-- docs/fabric.Image.filters.Contrast.html | 36 +-- docs/fabric.Image.filters.Convolute.html | 38 +-- docs/fabric.Image.filters.Gamma.html | 40 +-- docs/fabric.Image.filters.Grayscale.html | 38 +-- docs/fabric.Image.filters.HueRotation.html | 38 +-- docs/fabric.Image.filters.Invert.html | 38 +-- docs/fabric.Image.filters.Noise.html | 42 +-- docs/fabric.Image.filters.Pixelate.html | 38 +-- docs/fabric.Image.filters.RemoveColor.html | 42 +-- docs/fabric.Image.filters.Resize.html | 54 ++-- docs/fabric.Image.filters.Saturation.html | 36 +-- ...ilters.fabric.Image.filter.BlendColor.html | 34 +-- ...ilters.fabric.Image.filter.BlendImage.html | 34 +-- docs/fabric.Image.filters.html | 4 +- docs/fabric.Image.html | 2 +- docs/fabric.Intersection.html | 2 +- docs/fabric.Line.html | 2 +- docs/fabric.Object.html | 2 +- docs/fabric.Observable.html | 2 +- docs/fabric.Path.html | 2 +- docs/fabric.Pattern.html | 2 +- docs/fabric.PatternBrush.html | 2 +- docs/fabric.PencilBrush.html | 2 +- docs/fabric.Point.html | 2 +- docs/fabric.Polygon.html | 2 +- docs/fabric.Polyline.html | 2 +- docs/fabric.Rect.html | 2 +- docs/fabric.Shadow.html | 2 +- docs/fabric.SprayBrush.html | 2 +- docs/fabric.StaticCanvas.html | 2 +- docs/fabric.Text.html | 106 ++++---- docs/fabric.Textbox.html | 252 +++++++++--------- docs/fabric.Triangle.html | 2 +- docs/fabric.html | 4 +- docs/fabric.js.html | 17 +- docs/fabric.util.array.html | 2 +- docs/fabric.util.ease.html | 2 +- docs/fabric.util.html | 2 +- docs/fabric.util.object.html | 2 +- docs/fabric.util.string.html | 2 +- docs/global.html | 32 +-- docs/index.html | 4 +- docs/styles/carbonads.css | 8 +- jsdoc_template/include/styles/carbonads.css | 8 +- jsdoc_template/publish.js | 5 - lib/package.json | 4 +- 64 files changed, 713 insertions(+), 717 deletions(-) diff --git a/build/index.html b/build/index.html index e15877ba9b..cdc4e6b3d7 100644 --- a/build/index.html +++ b/build/index.html @@ -1,5 +1,5 @@ --- -layout: article +layout: articlead title: Custom Fabric build --- @@ -21,7 +21,7 @@ } -
Fabric version: 2.0.0 - rc 2
+
Fabric version: 2.0.0 - rc 3

FabricJS builder

diff --git a/build_docs.js b/build_docs.js index 96be55b331..d2389bdf8e 100644 --- a/build_docs.js +++ b/build_docs.js @@ -1,5 +1,5 @@ var exec = require('child_process').exec; -var command = 'jsdoc lib/fabric.js README.md -c jsdoc.json'; +var command = 'jsdoc lib/fabric.js lib/package.json README.md -c jsdoc.json'; console.log('Running:', command); diff --git a/docs/fabric.ActiveSelection.html b/docs/fabric.ActiveSelection.html index fdeb6dd759..ef201e3be4 100644 --- a/docs/fabric.ActiveSelection.html +++ b/docs/fabric.ActiveSelection.html @@ -24182,7 +24182,7 @@
Returns:
-

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 12:58:15 GMT+0100 (CET) +

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 18:20:03 GMT+0100 (CET)
diff --git a/docs/fabric.BaseBrush.html b/docs/fabric.BaseBrush.html index dfe108c245..2abf4cfb68 100644 --- a/docs/fabric.BaseBrush.html +++ b/docs/fabric.BaseBrush.html @@ -882,7 +882,7 @@
Returns:
-

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 12:58:15 GMT+0100 (CET) +

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 18:20:03 GMT+0100 (CET)
diff --git a/docs/fabric.Canvas.html b/docs/fabric.Canvas.html index b4bfdb8d1c..35b254bcac 100644 --- a/docs/fabric.Canvas.html +++ b/docs/fabric.Canvas.html @@ -18485,7 +18485,7 @@
Returns:
-

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 12:58:15 GMT+0100 (CET) +

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 18:20:03 GMT+0100 (CET)
diff --git a/docs/fabric.Circle.html b/docs/fabric.Circle.html index 76a9016658..f37da0958e 100644 --- a/docs/fabric.Circle.html +++ b/docs/fabric.Circle.html @@ -22287,7 +22287,7 @@
Returns:
-

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 12:58:15 GMT+0100 (CET) +

Documentation generated by JSDoc 3.5.5 on Sat Nov 25 2017 18:20:03 GMT+0100 (CET)
diff --git a/docs/fabric.CircleBrush.html b/docs/fabric.CircleBrush.html index c8e9052471..4adc16a50e 100644 --- a/docs/fabric.CircleBrush.html +++ b/docs/fabric.CircleBrush.html @@ -940,7 +940,7 @@

-