Skip to content

Commit

Permalink
remove log; alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 7, 2020
1 parent 8e3deb2 commit 83fd7d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
19 changes: 3 additions & 16 deletions calcit.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -12182,23 +12182,10 @@
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1573835158583) (:text |.-TextStyle) (:id |sBygXkey6A)
|j $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1573835159168) (:text |PIXI) (:id |N7Vxu89qWv)
|T $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1583555829702)
|T $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1573835151416) (:id |9XtCNglvph)
:data $ {}
|T $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1573835151416) (:id |9XtCNglvph)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1581991552050) (:text |convert-line-style) (:id |PZjuoK_u-W)
|j $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1573872241397) (:text |style) (:id |MKTA5Vr4X0)
|D $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583555830603) (:text |do) (:id |cxg2E83n)
|L $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1583555832984)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583555837154) (:text |js/console.log) (:id |Pdc5I2Wa)
|j $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1583555838502)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583555838502) (:text |convert-line-style) (:id |oHSav9CC0)
|j $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583555838502) (:text |style) (:id |gdNsyuUuU)
:id |SHmcWo6Zc
:id |mzSCXRA0P
:id |DOsTC1qv9
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1581991552050) (:text |convert-line-style) (:id |PZjuoK_u-W)
|j $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1573872241397) (:text |style) (:id |MKTA5Vr4X0)
|T $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1573834874187) (:id |E_r3hLbetm)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1574008676809) (:text |target) (:id |dbBi3mSbZj)
Expand Down
2 changes: 1 addition & 1 deletion release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:version "0.1.8-a1"
{:version "0.1.8-a2"
:group-id "quamolit"
:artifact-id "phlox"
:skip-tag true
Expand Down
6 changes: 1 addition & 5 deletions src/phlox/render.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@

(defn render-text [element dispatch!]
(let [style (:style (:props element))
text-style (new
(.-TextStyle PIXI)
(do
(js/console.log (convert-line-style style))
(convert-line-style style)))
text-style (new (.-TextStyle PIXI) (convert-line-style style))
target (new (.-Text PIXI) (:text (:props element)) text-style)
props (:props element)]
(init-position target (:position props))
Expand Down

0 comments on commit 83fd7d7

Please sign in to comment.