diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html index 9af89ded..5297f02c 100644 --- a/semag/crossnroad/index.html +++ b/semag/crossnroad/index.html @@ -250,6 +250,7 @@ function drawPeep(x, y, size) { line(x0, y0 + size, x0 + size, y0); line(x0, y0 + 2 * size, x0 + size, y0 + size * 3); + line(x0, y0 + 2 * size, x0 - size, y0 + size * 3); pop(); }