mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
Merge branch 'hotfix/v1.0' into develop
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// TODO: Update package tests.
|
||||
package ps
|
||||
|
||||
import (
|
||||
@@ -256,8 +257,8 @@ func TestTextItem(t *testing.T) {
|
||||
for _, lyr := range d.ArtLayers() {
|
||||
if lyr.Name() == "Text" {
|
||||
lyr.SetText("Butts")
|
||||
lyr.FmtText(0, 5, "Arial", "Regular")
|
||||
lyr.FmtText(0, 3, "Arial", "Bold")
|
||||
// lyr.FmtText(0, 5, "Arial", "Regular")
|
||||
// lyr.FmtText(0, 3, "Arial", "Bold")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user