drawio_dsl 0.11.3 → 0.11.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module DrawioDsl
4
- module Schema
5
- class Dashed24 < Line
6
- configure_as(:dashed24, stroke: :dashed24)
7
- end
8
- end
9
- end