File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -365,30 +365,30 @@ defmodule Mudbrick.TextBlockTest do
365
365
"ET"
366
366
] =
367
367
output ( fn % { fonts: fonts } ->
368
- Mudbrick. TextBlock. new (
368
+ TextBlock . new (
369
369
font: fonts . regular ,
370
370
font_size: 10 ,
371
371
position: { 400 , 500 } ,
372
372
align: :right
373
373
)
374
- |> Mudbrick. TextBlock. write ( "a" )
375
- |> Mudbrick. TextBlock. write (
374
+ |> TextBlock . write ( "a" )
375
+ |> TextBlock . write (
376
376
"""
377
377
aa
378
378
""" ,
379
379
colour: { 1 , 0 , 0 }
380
380
)
381
- |> Mudbrick. TextBlock. write ( """
381
+ |> TextBlock . write ( """
382
382
www
383
383
WOW\
384
384
""" )
385
- |> Mudbrick. TextBlock. write (
385
+ |> TextBlock . write (
386
386
"""
387
387
WOWOWOW
388
388
""" ,
389
389
colour: { 0 , 1 , 0 }
390
390
)
391
- |> Mudbrick. TextBlock. write ( """
391
+ |> TextBlock . write ( """
392
392
393
393
hi\
394
394
""" )
You can’t perform that action at this time.
0 commit comments