Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Floor planner round table is not an ellipse

$
0
0

@dlee wrote:

https://gojs.net/latest/projects/floorplanner/FloorPlanner.html#

The 2nd square in the palette should be a round table but it’s square.

I checked the constants where round table is defined and its set to be the shape Ellipse but it doesn’t seem to be working right. Sounds like a simple fix but not sure why its not working. I’m still new and learning as I go.

{
	key: "roundTable",
	color: "#ffffff",
	stroke: '#000000',
	caption: "Round Table",
	type: "Round Table",
	shape: "Ellipse",
	width: 61,
	height: 61,
	notes: ""
},

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles