Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
use full url paths for readme images
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavis committed Feb 11, 2018
1 parent ccb705f commit fcf0cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ A plugin for ”boolean” separating of overlapping shapes. Similar to _divide_

## Demo

![Demo](Separate_Shapes_demo.gif)
![Demo](https://raw.githubusercontent.com/PEZ/SketchSeparateShapes/master/Separate_Shapes_demo.gif)

## Install

Expand All @@ -25,4 +25,4 @@ Select two or more layers and select *Separate Shapes* from the *Plugin* menu.

When more than two shapes are selected the bottommost shape will be considered the _base_ shape and every shape on top of the _base_ will be separated, one at a time towards the base shape. That is, the _non base_ shapes will *not* get seperataded from each other. Inspect the list of layers in the below screenshots, before and after the separation is done, and it might be clear what you can expect the plugin to do.

![Multi-split demo](Separate_Shapes_MultiSplit_demo.gif)
![Multi-split demo](https://raw.githubusercontent.com/PEZ/SketchSeparateShapes/master/Separate_Shapes_MultiSplit_demo.gif)

0 comments on commit fcf0cde

Please sign in to comment.