Commit 75a47977 authored by Akikonata's avatar Akikonata

changed node default style

parent 43d9ab52
......@@ -19,11 +19,11 @@ KityMinder.registerModule( "RenderModule", function () {
} )() );
var renderNode = function ( km, node ) {
var styledefault = {
radius: 5,
radius: 10,
fill: "yellow",
stroke: "orange",
color: "black",
padding: [ 5, 5, 5, 5 ],
padding: [ 5, 10, 5, 10 ],
fontSize: 14,
};
var kR = node.getRenderContainer();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment