aand here's the actual message as a fwd, so you can put the headers under your microscope...
--- Begin Message ---
Shoe(s) Adventurers:

This post will ramble from observations on ditz to an issue report on shapes.
Which might be ditz'd by the time we finish.

Firstly, ditz should call the bugs folder "issues", because "bug" is jargon,
and a feature request might not be a bug. I will definitely write a ditz bug
about this feature request, immediately... I'm aware this is not the ditz list!

Next, is this page ditz, or is it the obsolete trac?

   http://code.whytheluckystiff.net/shoes/timeline

Next, why 'ditz search' don't do nothing? It would seem, if the ditz command
line is the unitary executive of ditz operations, that searching for prior art
would happen there too.

Attached is the ditz yaml, because I can't figure out how to inform my SCM that
it was added! The bug is shapes appear to offset by twice their origin.

--
   Phlip

--- !ditz.rubyforge.org,2008-03-06/issue 
title: shapes are offset by twice their upper-left point
desc: |-
  #  this app shows a bug that shifts shape{} items
  #  down by twice their origin. I went in after it
  #  but couldn't find a simple reason.
  
  Shoes.app do
  background rgb(0, 0, 0)
  fill rgb(200, 200, 200, 75)
  rect(10, 10, 50, 50, 6)  #  rounded one in correct location
  shape 10, 10 do  #  square one starts at 10
  line_to 60, 10
  line_to 60, 60
  line_to 10, 60
  end
  rect(100, 100, 50, 50, 6)
  shape 100, 100 do #  square two starts at 100
  line_to 150, 100
  line_to 150, 150
  line_to 100, 150
  end
  end
  
  #  that should produce two bright squares. Instead, it
  #  displays two overlapping grey squares, offset by ~10,
  #  and two disjoint grey squares, offset by ~100
type: :bugfix
component: shoes
release: Raisins
reporter: phlip <[EMAIL PROTECTED]>
status: :unstarted
disposition: 
creation_time: 2008-04-24 01:20:09.183461 Z
references: []

id: 97374ffb94fc0d6142d4a5c3c40f7bfbb3cc3f0c
log_events: 
- - 2008-04-24 01:20:19.711122 Z
  - phlip <[EMAIL PROTECTED]>
  - created
  - ""


--- End Message ---

Reply via email to