History log of /yui3/src/graphics/js/SVGDrawing.js
Revision Date Author Comments Expand
a64b44f740ece38298b65d97d27dc0a68e1aa3b4 01-Mar-2012 Tripp <tripp.bridges@yahoo.com>

Fixed issue in which consecutive moveTo commands in graphics-svg resulted in a lineTo. Fixes #2531796

14bfa36e35102dbf271dcff98f773a01c75bd503 21-Jan-2012 Tripp <tripp.bridges@yahoo.com>

Added Shape groups to graphics. Added notion of groupMarkers to charts to allow for high performance rendering a large number of markers in a single chart. More axis performance optimizations. Added drawCircle, drawEllipse and drawDiamond to VML and SVG drawing engines. Optimized shape getBounds method to use newly created matrix.getContentRect method.

60aa9bb9c10c290c922d51d05a4dfa7176cfd40e 04-Dec-2011 Tripp <tripp.bridges@yahoo.com>

Fixes #2531465, #2531359. Also fixed issue in which vml path element with negative values did not rotate around the correct transform origin. Added test for matrix transform in graphcis.

a75ebc38c1de401b679953a9b87bd323f0f48d02 12-Aug-2011 Tripp <tripp.bridges@yahoo.com>

API Doc fixes for charts and graphics.

/yui3/src/charts/js/AreaSeries.js /yui3/src/charts/js/AreaSplineSeries.js /yui3/src/charts/js/AxisType.js /yui3/src/charts/js/BarSeries.js /yui3/src/charts/js/BottomAxisLayout.js /yui3/src/charts/js/CartesianChart.js /yui3/src/charts/js/CartesianSeries.js /yui3/src/charts/js/CategoryAxis.js /yui3/src/charts/js/Chart.js /yui3/src/charts/js/ChartBase.js /yui3/src/charts/js/ColumnSeries.js /yui3/src/charts/js/ComboSeries.js /yui3/src/charts/js/ComboSplineSeries.js /yui3/src/charts/js/CurveUtil.js /yui3/src/charts/js/Fills.js /yui3/src/charts/js/Graph.js /yui3/src/charts/js/Gridlines.js /yui3/src/charts/js/Histogram.js /yui3/src/charts/js/LeftAxisLayout.js /yui3/src/charts/js/LineSeries.js /yui3/src/charts/js/Lines.js /yui3/src/charts/js/MarkerSeries.js /yui3/src/charts/js/NumericAxis.js /yui3/src/charts/js/PieChart.js /yui3/src/charts/js/PieSeries.js /yui3/src/charts/js/Plots.js /yui3/src/charts/js/Renderer.js /yui3/src/charts/js/RightAxisLayout.js /yui3/src/charts/js/SplineSeries.js /yui3/src/charts/js/StackedAreaSeries.js /yui3/src/charts/js/StackedAreaSplineSeries.js /yui3/src/charts/js/StackedAxis.js /yui3/src/charts/js/StackedBarSeries.js /yui3/src/charts/js/StackedColumnSeries.js /yui3/src/charts/js/StackedComboSeries.js /yui3/src/charts/js/StackedComboSplineSeries.js /yui3/src/charts/js/StackedLineSeries.js /yui3/src/charts/js/StackedMarkerSeries.js /yui3/src/charts/js/StackedSplineSeries.js /yui3/src/charts/js/StackingUtil.js /yui3/src/charts/js/TimeAxis.js /yui3/src/charts/js/TopAxisLayout.js BaseGraphic.js CanvasCircle.js CanvasDrawing.js CanvasEllipse.js CanvasGraphic.js CanvasPath.js CanvasPieSlice.js CanvasRect.js CanvasShape.js SVGCircle.js SVGDrawing.js SVGEllipse.js SVGGraphic.js SVGPath.js SVGPieSlice.js SVGRect.js SVGShape.js VMLCircle.js VMLDrawing.js VMLEllipse.js VMLGraphic.js VMLPath.js VMLPieSlice.js VMLRect.js VMLShape.js
0fdefaa9ca017edfb76b736c825b34186f33045a 11-Aug-2011 Tripp <tripp.bridges@yahoo.com>

API Doc changes to Graphics and Charts. Fixes #2528390

cec703a844d9691646231634fe709f4ea41d278a 04-Aug-2011 Tripp <tripp.bridges@yahoo.com>

API Doc fixes for Graphics and Charts.

ed59119d8c00addb07c7ee6c8aefcd1d9cb876f1 25-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Use a transform matrix for all transforms in graphics.

d43793f669bd74ab45cda40f93c306bd9c4e0619 14-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Graphics API Doc updates.

b08d5c81743759d32bccaf4bec55aa102491026e 07-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Updated graphics layer so that shape class extension is slightly easier.

cff2b8ec796b9316395b305e8867408a6d7c3549 25-Jun-2011 Tripp <tripp.bridges@yahoo.com>

Cleaned up graphics warnings.

bbd1285cbb2183b7f89010412ad97ae1680b4b5e 20-Jun-2011 Tripp <tripp.bridges@yahoo.com>

Added pieslice class.

4ef2f7e4cb7c7d255be077c47d542199f7bf8607 20-Jun-2011 Tripp <tripp.bridges@yahoo.com>

Removed unused variables. Fixed issue with canvas batch method.

c7ba96d16d58075a9ab8d5c1e46c6c83ce11cb4e 20-Jun-2011 Tripp <tripp.bridges@yahoo.com>

Addressed bug in which attributes were not being properly set in BaseGraphic. Fixed VMLShape issue in which fills were not being updated properly. Fixed VMLShape translateX/translateY issue. Added id, autoSize, resizeDown, x, y, visible and autoDraw attributes to Graphic. Fixed issues with batch operations. Fixed issue in which bounds were not calculated correctly for svg shapes. Circles accept width and height in addition to radius. The last value set is used. Canvas RGB conversion uses Y.Color now.

a89ad754cce3cfc8aee71760e10217b54020360d 09-Jun-2011 Tripp <tripp.bridges@yahoo.com>

Updates to incorporate with charts.

828c58761d90445b8b9d20a82d85dc1479317f71 26-May-2011 Tripp <tripp.bridges@yahoo.com>

Aggregate global vars and constants for graphics.

09688ec5ffb8b9cf9883a770e2f9ebd60b28888d 25-May-2011 Tripp <tripp.bridges@yahoo.com>

Graphics source files.

/yui3/src/graphics/build.graphics-base.properties /yui3/src/graphics/build.graphics-base.xml /yui3/src/graphics/build.graphics-canvas-default.properties /yui3/src/graphics/build.graphics-canvas-default.xml /yui3/src/graphics/build.graphics-canvas.properties /yui3/src/graphics/build.graphics-canvas.xml /yui3/src/graphics/build.graphics-svg-default.properties /yui3/src/graphics/build.graphics-svg-default.xml /yui3/src/graphics/build.graphics-svg.properties /yui3/src/graphics/build.graphics-svg.xml /yui3/src/graphics/build.graphics-vml-default.properties /yui3/src/graphics/build.graphics-vml-default.xml /yui3/src/graphics/build.graphics-vml.properties /yui3/src/graphics/build.graphics-vml.xml /yui3/src/graphics/build.properties /yui3/src/graphics/build.xml BaseGraphic.js CanvasCircle.js CanvasDefault.js CanvasDrawing.js CanvasEllipse.js CanvasGraphic.js CanvasPath.js CanvasRect.js CanvasShape.js SVGCircle.js SVGDefault.js SVGDrawing.js SVGEllipse.js SVGGraphic.js SVGPath.js SVGRect.js SVGShape.js VMLCircle.js VMLDefault.js VMLDrawing.js VMLEllipse.js VMLGraphic.js VMLPath.js VMLRect.js VMLShape.js /yui3/src/graphics/meta/graphics-canvas.js /yui3/src/graphics/meta/graphics-svg.js /yui3/src/graphics/meta/graphics-vml.js /yui3/src/graphics/meta/graphics.json