From cbad6b3faea24631642e9ffb36f97fb88c827dff Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Mon, 15 Aug 2016 12:40:57 -0500 Subject: 2d collision shape icons now uses the color for shape icons --- .../editor/icons/source/icon_capsule_shape_2d.svg | 6 +- tools/editor/icons/source/icon_circle_shape_2d.svg | 95 ++++++++++++++---- .../icons/source/icon_concave_polygon_shape_2d.svg | 96 ++++++++++++++---- .../icons/source/icon_convex_polygon_shape_2d.svg | 96 ++++++++++++++---- tools/editor/icons/source/icon_line_shape_2d.svg | 110 +++++++++++++++++---- tools/editor/icons/source/icon_ray_shape_2d.svg | 103 +++++++++++++++---- .../icons/source/icon_rectangle_shape_2d.svg | 99 +++++++++++++++---- .../editor/icons/source/icon_segment_shape_2d.svg | 95 ++++++++++++++---- 8 files changed, 575 insertions(+), 125 deletions(-) (limited to 'tools/editor/icons/source') diff --git a/tools/editor/icons/source/icon_capsule_shape_2d.svg b/tools/editor/icons/source/icon_capsule_shape_2d.svg index 03ac3f8255..13c6648368 100644 --- a/tools/editor/icons/source/icon_capsule_shape_2d.svg +++ b/tools/editor/icons/source/icon_capsule_shape_2d.svg @@ -40,8 +40,8 @@ showgrid="true" inkscape:current-layer="layer1" inkscape:document-units="px" - inkscape:cy="10.812487" - inkscape:cx="8.3752367" + inkscape:cy="10.749987" + inkscape:cx="2.8752365" inkscape:zoom="31.999999" inkscape:pageshadow="2" inkscape:pageopacity="0.0" @@ -73,7 +73,7 @@ inkscape:groupmode="layer" inkscape:label="Layer 1"> diff --git a/tools/editor/icons/source/icon_circle_shape_2d.svg b/tools/editor/icons/source/icon_circle_shape_2d.svg index 4f81ae0e62..56ac538672 100644 --- a/tools/editor/icons/source/icon_circle_shape_2d.svg +++ b/tools/editor/icons/source/icon_circle_shape_2d.svg @@ -1,21 +1,82 @@ - - - - - - - - - image/svg+xml - - - - - - - - + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/tools/editor/icons/source/icon_concave_polygon_shape_2d.svg b/tools/editor/icons/source/icon_concave_polygon_shape_2d.svg index 79e71425f7..624105e5a8 100644 --- a/tools/editor/icons/source/icon_concave_polygon_shape_2d.svg +++ b/tools/editor/icons/source/icon_concave_polygon_shape_2d.svg @@ -1,21 +1,83 @@ - - - - - - - - - image/svg+xml - - - - - - - - + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/tools/editor/icons/source/icon_convex_polygon_shape_2d.svg b/tools/editor/icons/source/icon_convex_polygon_shape_2d.svg index fc84cf931b..3b55df7fba 100644 --- a/tools/editor/icons/source/icon_convex_polygon_shape_2d.svg +++ b/tools/editor/icons/source/icon_convex_polygon_shape_2d.svg @@ -1,21 +1,83 @@ - - - - - - - - - image/svg+xml - - - - - - - - + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/tools/editor/icons/source/icon_line_shape_2d.svg b/tools/editor/icons/source/icon_line_shape_2d.svg index 551439b4f3..6a8ab39ef3 100644 --- a/tools/editor/icons/source/icon_line_shape_2d.svg +++ b/tools/editor/icons/source/icon_line_shape_2d.svg @@ -1,23 +1,95 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/tools/editor/icons/source/icon_ray_shape_2d.svg b/tools/editor/icons/source/icon_ray_shape_2d.svg index e6ac9c40fa..7ffc2ff3b5 100644 --- a/tools/editor/icons/source/icon_ray_shape_2d.svg +++ b/tools/editor/icons/source/icon_ray_shape_2d.svg @@ -1,22 +1,89 @@ - - - - - - - - - image/svg+xml - - - - - - - - - + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/tools/editor/icons/source/icon_rectangle_shape_2d.svg b/tools/editor/icons/source/icon_rectangle_shape_2d.svg index dd0941fe85..d362944e7a 100644 --- a/tools/editor/icons/source/icon_rectangle_shape_2d.svg +++ b/tools/editor/icons/source/icon_rectangle_shape_2d.svg @@ -1,21 +1,86 @@ - - - - - - - - - image/svg+xml - - - - - - - - + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/tools/editor/icons/source/icon_segment_shape_2d.svg b/tools/editor/icons/source/icon_segment_shape_2d.svg index 99c8f80e9b..b509a31362 100644 --- a/tools/editor/icons/source/icon_segment_shape_2d.svg +++ b/tools/editor/icons/source/icon_segment_shape_2d.svg @@ -1,21 +1,82 @@ - - - - - - - - - image/svg+xml - - - - - - - - + + + + + + + + + image/svg+xml + + + + + + + + -- cgit v1.2.3