#!/bin/sh
sed 's/[ve]color/color/g' $1 > d
sed 's/[ve]width/width/g' d > dd
sed 's/[ve]size/size/g' dd > d
sed 's/tmp-\([xy]\)-coord/\1/g' d > $1
