diff --git a/.gitattributes b/.gitattributes index bbc210d47d6..09a3f56b530 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1448,6 +1448,9 @@ GraphicsView/demo/Segment_Delaunay_graph_2/icons/triangulation.png -text GraphicsView/demo/Snap_rounding_2/Snap_rounding_2.qrc -text GraphicsView/demo/Snap_rounding_2/Snap_rounding_2.ui -text GraphicsView/demo/Snap_rounding_2/about_Snap_rounding_2.html svneol=native#text/html +GraphicsView/demo/Snap_rounding_2/icons/grid.png -text svneol=unset#image/png +GraphicsView/demo/Snap_rounding_2/icons/snapped.png -text svneol=unset#image/png +GraphicsView/demo/Snap_rounding_2/icons/unsnapped.png -text svneol=unset#image/png GraphicsView/demo/Stream_lines_2/Stream_lines_2.qrc -text GraphicsView/demo/Stream_lines_2/Stream_lines_2.ui -text GraphicsView/demo/Stream_lines_2/about_Stream_lines_2.html svneol=native#text/html diff --git a/GraphicsView/demo/Snap_rounding_2/icons/grid.png b/GraphicsView/demo/Snap_rounding_2/icons/grid.png new file mode 100644 index 00000000000..340ced27c1b Binary files /dev/null and b/GraphicsView/demo/Snap_rounding_2/icons/grid.png differ diff --git a/GraphicsView/demo/Snap_rounding_2/icons/snapped.png b/GraphicsView/demo/Snap_rounding_2/icons/snapped.png new file mode 100755 index 00000000000..c42721d3644 Binary files /dev/null and b/GraphicsView/demo/Snap_rounding_2/icons/snapped.png differ diff --git a/GraphicsView/demo/Snap_rounding_2/icons/unsnapped.png b/GraphicsView/demo/Snap_rounding_2/icons/unsnapped.png new file mode 100755 index 00000000000..f6e4e853e52 Binary files /dev/null and b/GraphicsView/demo/Snap_rounding_2/icons/unsnapped.png differ