Skip to content

Commit

Permalink
*ads size
Browse files Browse the repository at this point in the history
  • Loading branch information
egaxegax committed Oct 21, 2023
1 parent 285f66e commit 5e14504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions russ.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@
});
DV.style.backgroundColor = 'white';
// создаем слои
var route = function(o){ return DV.extend({cls: 'Line', cap: 'round', join: 'bevel', width: 5, labelscale: 1}, o||{}) },
krug = function(o){ return DV.extend({cls: 'Polygon', fg: 'black', bg: 'white', width: 3, labelcolor: 'black', labelscale: 1}, o||{}) },
gorod = function(o){ return krug(DV.extend({cls: 'Dot'}, o||{})) };
var route = function(o){ return DV.extend({cls: 'Line', cap: 'round', join: 'bevel', width: 5, labelscale: 1}, o||{}); },
krug = function(o){ return DV.extend({cls: 'Polygon', fg: 'black', bg: 'white', width: 3, labelcolor: 'black', labelscale: 1}, o||{}); },
gorod = function(o){ return krug(DV.extend({cls: 'Dot'}, o||{})); };
// трассы
DV.extend(DV.mopt, {
'r1': route({fg: 'rgb(0,160,227)'}),
Expand Down

0 comments on commit 5e14504

Please sign in to comment.