copyright + test images
This commit is contained in:
parent
e0331338a2
commit
df5d5f9a8f
10 changed files with 19 additions and 2 deletions
BIN
draw2d/TestDrawImage.png
Normal file
BIN
draw2d/TestDrawImage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 650 KiB |
BIN
draw2d/TestSourceDrawImage.png
Normal file
BIN
draw2d/TestSourceDrawImage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 795 B |
BIN
draw2d/Varna_Railway_Station_HDR.png
Normal file
BIN
draw2d/Varna_Railway_Station_HDR.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 592 KiB |
|
@ -11,8 +11,8 @@ import (
|
|||
|
||||
"image"
|
||||
"image/png"
|
||||
//"draw2d"
|
||||
"draw2d.googlecode.com/svn/trunk/draw2d/src/pkg/draw2d"
|
||||
"draw2d"
|
||||
//"draw2d.googlecode.com/svn/trunk/draw2d/src/pkg/draw2d"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright 2010 The draw2d Authors. All rights reserved.
|
||||
// created: 13/12/2010 by Laurent Le Goff
|
||||
package draw2d
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2010 The draw2d Authors. All rights reserved.
|
||||
// created: 13/12/2010 by Laurent Le Goff
|
||||
|
||||
package draw2d
|
||||
|
||||
type DashVertexConverter struct {
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2010 The draw2d Authors. All rights reserved.
|
||||
// created: 13/12/2010 by Laurent Le Goff
|
||||
|
||||
package draw2d
|
||||
|
||||
type DemuxConverter struct {
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2010 The draw2d Authors. All rights reserved.
|
||||
// created: 13/12/2010 by Laurent Le Goff
|
||||
|
||||
package draw2d
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2010 The draw2d Authors. All rights reserved.
|
||||
// created: 13/12/2010 by Laurent Le Goff
|
||||
|
||||
package draw2d
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2010 The draw2d Authors. All rights reserved.
|
||||
// created: 13/12/2010 by Laurent Le Goff
|
||||
|
||||
package draw2d
|
||||
|
||||
type Cap int
|
||||
|
|
Loading…
Reference in a new issue