Fix path drawing.

This commit is contained in:
Andrey Antukh 2017-01-11 21:06:29 +01:00
parent da9bebf95c
commit a5554b51cd
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 9 additions and 7 deletions

View file

@ -2,7 +2,7 @@
;; License, v. 2.0. If a copy of the MPL was not distributed with this
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;;
;; Copyright (c) 2016 Andrey Antukh <niwi@niwi.nz>
;; Copyright (c) 2016-2017 Andrey Antukh <niwi@niwi.nz>
(ns uxbox.main.ui.shapes
(:require [uxbox.main.ui.shapes.group :as group]))