fabric.js/src
Kienz 8645378288 Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes
- fabric.Rect (now uses fabric.util.drawDashedLine), fabric.Line, fabric.Triangle, fabric.Polygon, fabric.Polyline, fabric.Image now supports dashed stroke
- fabric.Circle and fabric.Ellipse actual only supports native dashed stroke (browser must support context.setLineDash)
- fabric.Image.toSVG() has stroke/dashed-stroke support
- fabric.Object#clipTo has now affect on fabric.Image's stroke
- fabric.Shadow#affectStroke is considered - _removeShadow is now called in _renderFill (check whether stroke is to be affected) and _renderStroke
- reset shadow styles (contextTop) in fabric.PencilBrush, fabric.CircleBrush and fabric.Spraybrush (fabric.BaseBrush.removeShadowStyles)
2013-05-04 18:25:57 +02:00
..
util Load image via fabric.util.loadImage in cloneAsImage. Add fabric.util.createImage helper. Closes #593 2013-04-29 15:16:59 -04:00
base_brush.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
canvas.class.js Make fabric.Canvas#isTargetTransparent public. Closes #595 2013-05-01 09:58:39 -04:00
canvas_animation.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
canvas_events.mixin.js Remove unnecessary renderAll calls. Thanks @Kienz. Closes #587 2013-04-26 21:49:13 -04:00
canvas_gestures.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
canvas_serialization.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
circle.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
circle_brush.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
collection.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
color.class.js Update docs 2013-04-25 14:21:32 -04:00
ellipse.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
gradient.class.js Update docs 2013-04-25 14:21:32 -04:00
group.class.js Update docs 2013-04-25 14:21:32 -04:00
image.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
image_filters.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
intersection.class.js Update docs 2013-04-25 14:21:32 -04:00
line.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
log.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
node.js when use nodejs load remote image with fullpath 2013-05-03 15:24:18 +08:00
object.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
object_geometry.mixin.js Reuse mt coordinate values in mtr coordinates. Closes #592 2013-05-01 03:06:04 -04:00
object_interactivity.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
object_origin.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
object_straightening.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
observable.mixin.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
parser.js Normalize style values. Closes #598 2013-05-01 02:58:59 -04:00
path.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
path_group.class.js Update docs 2013-04-25 14:21:32 -04:00
pattern.class.js Update docs 2013-04-25 14:21:32 -04:00
pattern_brush.class.js Change inline docs to conform to jsdoc3 2013-04-24 12:58:04 -04:00
pencil_brush.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
point.class.js Update docs 2013-04-25 14:21:32 -04:00
polygon.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
polyline.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
rect.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
scout.js More documentation. 2010-10-19 16:27:24 -04:00
shadow.class.js Update docs 2013-04-25 14:21:32 -04:00
spray_brush.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
stateful.mixin.js Doc fixes 2013-05-01 09:35:26 -04:00
static_canvas.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00
text.class.js Doc fixes 2013-05-01 09:35:26 -04:00
triangle.class.js Implement dashed stroke + some fixes with stroke, fill, removeShadow and clipTo + fixes in brushes 2013-05-04 18:25:57 +02:00