Project

General

Profile

unexist.dev

subtle

Assorted tidbits and projects

Bug #271

Subtler fails to add new gravity

Added by Kyrylo Silin over 12 years ago. Updated over 12 years ago.

Status:
Fixed
Priority:
Urgent
Category:
Subtler
Target version:
-
Start date:
11/14/2011
Due date:
% Done:

100%

Estimated time:
0.00 h

Description

Current man page says:

-a, --add => NAME GEOMETRY
Create new gravity
Example: subtler -ga test 0x0+100+100

But that doesn't work at all:

% subtler -gl
top_left 0 x 0 50 + 50
top_left66 0 x 0 50 + 66
top_left33 0 x 0 50 + 34
top 0 x 0 100 + 50
top66 0 x 0 100 + 66
top33 0 x 0 100 + 34
top_right 50 x 0 50 + 50
top_right66 50 x 0 50 + 66
top_right33 50 x 0 50 + 33
left 0 x 0 50 + 100
left66 0 x 0 66 + 100
left33 0 x 0 33 + 100
center 0 x 0 100 + 100
center66 17 x 17 66 + 66
center33 33 x 33 33 + 33
right 50 x 0 50 + 100
right66 34 x 0 66 + 100
right33 67 x 50 33 + 100
bottom_left 0 x 50 50 + 50
bottom_left66 0 x 34 50 + 66
bottom_left33 0 x 67 50 + 33
bottom 0 x 50 100 + 50
bottom66 0 x 34 100 + 66
bottom33 0 x 67 100 + 33
bottom_right 50 x 50 50 + 50
bottom_right66 50 x 34 50 + 66
bottom_right33 50 x 67 50 + 33
gimp_image 10 x 0 80 + 100
gimp_toolbox 0 x 0 10 + 100
gimp_dock 90 x 0 10 + 100
center_colon 17 x 0 66 + 100
bottom_left_right3 0 x 50 34 + 50
bottom_center 34 x 50 34 + 50

Add new gravity:

% subtler -ga test 0x0+100+100

But it hasn't added: grep shows nothing:

% subtler -gl | grep test

Same goes for alternative syntax:

% subtler -g test -a 0x0+100+100
% subtler -gl | grep test

History

#1 Updated by Christoph Kappel over 12 years ago

  • % Done changed from 0 to 100
  • Status changed from Confirmed to Fixed

Applied in changeset 2715c8150dd8.

Also available in: Atom PDF