@@ -13,11 +13,13 @@ interesting challenges for graphical system design and implementation.
1313To address these challenges, ` Mado ` has been developed. Drawing from ideas used
1414in modern window systems for larger environments, ` Mado ` provides overlapping
1515translucent windows, anti-aliased graphics, drop shadow, animations, and scalable
16- fonts within a memory budget of several kilobytes. ` Mado ` embeds window management
17- directly into the toolkit, supporting resizing, moving, and minimizing without
18- external control. The toolkit automatically constructs suitable decorations for
19- each window as regular toolkit objects, and the normal event dispatch mechanism
20- directs window management activities.
16+ fonts within a memory budget of several kilobytes. ` Mado ` also supports
17+ [ TinyVG] ( https://tinyvg.tech/ ) , enabling efficient rendering of vector graphics
18+ with a minimalistic set of drawing functions, without compromising visual quality.
19+ ` Mado ` embeds window management directly into the toolkit, supporting resizing,
20+ moving, and minimizing without external control. The toolkit automatically
21+ constructs suitable decorations for each window as regular toolkit objects, and
22+ the normal event dispatch mechanism directs window management activities.
2123
2224` Mado ` is a continuation of the work on [ TWIN] ( https://keithp.com/~keithp/talks/twin-ols2005/ ) ,
2325originally developed by Keith Packard. 'Mado' means 'window' in the language of
0 commit comments