Hybrid View
-
17 Feb 2011 2:07 PM #1Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
Draw Circle/Ellipse
Draw Circle/Ellipse
How do you draw a circle without an error? In my items array in Ext.data.Component I have this item:
It draws it but the image is larger and I get this error that I cannot trace to fix:Code:{ type: 'circle', fill: '#FFFFFF', stroke: '#000000', lineWidth: 2, cx: 33.132, cy: 54.880, radius: 0.437 }
I understand what NaN means but not too sure how to fix it either.Warning: Problem parsing viewBox="NaN NaN NaN NaN"Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Similar Threads
-
Ellipse text in grids
By cyChop in forum Ext GWT: DiscussionReplies: 3Last Post: 29 Nov 2010, 4:44 AM -
Dragging along a circle
By Greendrake in forum Ext 3.x: User Extensions and PluginsReplies: 1Last Post: 27 Mar 2010, 6:30 AM -
Util.ellipse removed from API
By appian_it in forum Ext GWT: DiscussionReplies: 1Last Post: 9 Jun 2009, 2:46 PM -
ComboBox Ellipse Addition Request
By mikegiddens in forum Ext 1.x: BugsReplies: 2Last Post: 3 Apr 2007, 10:03 AM


Reply With Quote