Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.mac.graphics > #469

Re: MacDraw for MacOS 10.10

From Doc O'Leary <droleary@2017usenet1.subsume.com>
Newsgroups comp.sys.mac.graphics
Subject Re: MacDraw for MacOS 10.10
Date 2021-10-01 15:49 +0000
Organization Subsume Technologies, Inc.
Message-ID <sj7alg$hj$1@dont-email.me> (permalink)
References (8 earlier) <slrnskivtj.9g8.t-usenet@ID-685.user.individual.de> <siocvi$gru$1@dont-email.me> <slrnsl0sc7.hg.t-usenet@ID-685.user.individual.de> <sisrek$rgt$1@dont-email.me> <slrnsl3vbd.hg.t-usenet@ID-685.user.individual.de>

Show all headers | View raw


For your reference, records indicate that 
Martin =?UTF-8?Q?=CE=A4rautmann?= <t-usenet@gmx.net> wrote:

> On Mon, 27 Sep 2021 16:28:04 -0000 (UTC), Doc O'Leary wrote:
> > But they do.  You’re just not bothering to try them, or willing to use 
> > the SVG generated as a template.  What’s the big problem with changing 
> > `stroke-width="4"` to `stroke-width="7"`, for example?
> 
> Because I use a Mac which is famous for graphical, intuitive usage.

But, ironically, creating custom pie charts is *not* something that greatly 
benefits from a GUI.  If you’re starting with a set of numbers (or any data 
source), let the computer do its job.

> > You have yet to give an operation that *was* done by MacDraw that isn’t 
> > supported by SVG. 
> 
> Pattern filling for grouped objects?

You are wrong.  Patterns can be applied to containers in SVG.  Here’s an 
example I whipped up in Safari’s snippet editor:

<svg width="640" height="640" >
<defs>
	<pattern id="GridPattern" patternUnits="userSpaceOnUse"
			 x="0" y="0" width="10" height="10"
			 viewBox="0 0 10 10" >
	  <rect fill="none" stroke="gray" x="0" y="0" width="10" height="10"/>
	</pattern> 
</defs>

<g fill="url(#GridPattern)">
<rect x="10" y="10" width="100" height="100" />
<rect x="200" y="200" width="100" height="100" />
</g>

</svg>

> I could not get the job done with inkscape 0.92.2. Please feel free to
> create a sample file to show me how you did it.

A sample of *what*?  You’ve gone out of your way to not do any work or say 
exactly what it is you want that isn’t done by existing tools.  Like I said 
before, how about *you* create the sample file that gets you to your limit 
and *then* ask people about the specific roadblock you’ve run into.  
Because, right now, it really doesn’t seem like you’re eager to actually 
solve a problem.

-- 
"Also . . . I can kill you with my brain."
River Tam, Trash, Firefly

Back to comp.sys.mac.graphics | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-16 08:34 +0200
  Re: MacDraw for MacOS 10.10 Bernd Froehlich <befr@eaglesoft.de> - 2021-09-16 06:53 +0000
    Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-16 09:02 +0200
      Re: MacDraw for MacOS 10.10 Bernd Froehlich <befr@eaglesoft.de> - 2021-09-16 07:22 +0000
        Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-16 09:41 +0200
      Re: MacDraw for MacOS 10.10 bob prohaska <bp@www.zefox.net> - 2021-09-17 01:47 +0000
        Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-17 10:22 +0200
          Re: MacDraw for MacOS 10.10 bob prohaska <bp@www.zefox.net> - 2021-09-17 16:19 +0000
            Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-17 18:33 +0200
      Re: MacDraw for MacOS 10.10 Doc O'Leary  <droleary@2017usenet1.subsume.com> - 2021-09-17 22:02 +0000
        Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-18 09:15 +0200
          Re: MacDraw for MacOS 10.10 Doc O'Leary  <droleary@2017usenet1.subsume.com> - 2021-09-18 22:35 +0000
            Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-19 13:09 +0200
              Re: MacDraw for MacOS 10.10 Doc O'Leary  <droleary@2017usenet1.subsume.com> - 2021-09-21 05:10 +0000
                Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-21 08:46 +0200
                Re: MacDraw for MacOS 10.10 Jolly Roger <jollyroger@pobox.com> - 2021-09-21 13:54 +0000
                Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-21 18:35 +0200
                Re: MacDraw for MacOS 10.10 Jolly Roger <jollyroger@pobox.com> - 2021-09-21 22:05 +0000
                Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-22 07:15 +0200
                Re: MacDraw for MacOS 10.10 Jolly Roger <jollyroger@pobox.com> - 2021-09-22 12:10 +0000
                Re: MacDraw for MacOS 10.10 Doc O'Leary  <droleary@2017usenet1.subsume.com> - 2021-09-25 23:56 +0000
                Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-26 15:11 +0200
                Re: MacDraw for MacOS 10.10 Doc O'Leary  <droleary@2017usenet1.subsume.com> - 2021-09-27 16:28 +0000
                Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-27 19:20 +0200
                Re: MacDraw for MacOS 10.10 Doc O'Leary  <droleary@2017usenet1.subsume.com> - 2021-10-01 15:49 +0000
                Re: MacDraw for MacOS 10.10 Jolly Roger <jollyroger@pobox.com> - 2021-09-27 18:40 +0000
                Re: MacDraw for MacOS 10.10 Martin Τrautmann <t-usenet@gmx.net> - 2021-09-28 08:53 +0200
                Re: MacDraw for MacOS 10.10 Jolly Roger <jollyroger@pobox.com> - 2021-09-28 14:56 +0000

csiph-web