Initial checkin of Pika from heckimp
BIN
plug-ins/gfig/images/gfig-bezier.png
Normal file
After Width: | Height: | Size: 258 B |
BIN
plug-ins/gfig/images/gfig-circle.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
plug-ins/gfig/images/gfig-copy-object.png
Normal file
After Width: | Height: | Size: 268 B |
BIN
plug-ins/gfig/images/gfig-curve.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
plug-ins/gfig/images/gfig-delete-object.png
Normal file
After Width: | Height: | Size: 461 B |
BIN
plug-ins/gfig/images/gfig-ellipse.png
Normal file
After Width: | Height: | Size: 446 B |
21
plug-ins/gfig/images/gfig-icon-images.gresource.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/technology.heckin/gfig/icons">
|
||||
<file preprocess="to-pixdata">gfig-bezier.png</file>
|
||||
<file preprocess="to-pixdata">gfig-circle.png</file>
|
||||
<file preprocess="to-pixdata">gfig-copy-object.png</file>
|
||||
<file preprocess="to-pixdata">gfig-curve.png</file>
|
||||
<file preprocess="to-pixdata">gfig-delete-object.png</file>
|
||||
<file preprocess="to-pixdata">gfig-ellipse.png</file>
|
||||
<file preprocess="to-pixdata">gfig-line.png</file>
|
||||
<file preprocess="to-pixdata">gfig-move-object.png</file>
|
||||
<file preprocess="to-pixdata">gfig-move-point.png</file>
|
||||
<file preprocess="to-pixdata">gfig-polygon.png</file>
|
||||
<file preprocess="to-pixdata">gfig-rectangle.png</file>
|
||||
<file preprocess="to-pixdata">gfig-select-object.png</file>
|
||||
<file preprocess="to-pixdata">gfig-show-all.png</file>
|
||||
<file preprocess="to-pixdata">gfig-spiral.png</file>
|
||||
<file preprocess="to-pixdata">gfig-star.png</file>
|
||||
<file preprocess="to-pixdata">gfig-logo.png</file>
|
||||
</gresource>
|
||||
</gresources>
|
BIN
plug-ins/gfig/images/gfig-line.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
plug-ins/gfig/images/gfig-logo.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
plug-ins/gfig/images/gfig-move-object.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
plug-ins/gfig/images/gfig-move-point.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
plug-ins/gfig/images/gfig-polygon.png
Normal file
After Width: | Height: | Size: 251 B |
BIN
plug-ins/gfig/images/gfig-rectangle.png
Normal file
After Width: | Height: | Size: 230 B |
BIN
plug-ins/gfig/images/gfig-select-object.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
plug-ins/gfig/images/gfig-show-all.png
Normal file
After Width: | Height: | Size: 690 B |
BIN
plug-ins/gfig/images/gfig-spiral.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
plug-ins/gfig/images/gfig-star.png
Normal file
After Width: | Height: | Size: 365 B |
24
plug-ins/gfig/images/meson.build
Normal file
@ -0,0 +1,24 @@
|
||||
stock_icons = [
|
||||
'gfig-bezier.png',
|
||||
'gfig-circle.png',
|
||||
'gfig-copy-object.png',
|
||||
'gfig-curve.png',
|
||||
'gfig-delete-object.png',
|
||||
'gfig-ellipse.png',
|
||||
'gfig-line.png',
|
||||
'gfig-logo.png',
|
||||
'gfig-move-object.png',
|
||||
'gfig-move-point.png',
|
||||
'gfig-polygon.png',
|
||||
'gfig-rectangle.png',
|
||||
'gfig-select-object.png',
|
||||
'gfig-show-all.png',
|
||||
'gfig-spiral.png',
|
||||
'gfig-star.png',
|
||||
]
|
||||
|
||||
gfig_icon_sources = gnome.compile_resources(
|
||||
'gfig-icon-images',
|
||||
'gfig-icon-images.gresource.xml',
|
||||
# source_dir: meson.current_source_directory(),
|
||||
)
|