Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/FastReports/SVG

fork of the ms svg library
https://github.com/FastReports/SVG

added draft for events

a570954e3b8be0e3b52de44e17da3861b2f8e3ce authored over 11 years ago
added nuget 1.0.2

5cd5cf2aa5e7168c249755b0966dd541f23089b6 authored over 11 years ago
Merge pull request #4 from Ralf1108/master

Write fill attribute value if it differs from parent element, as a temporal fix.

454673b87563e4ff751126cdef51b7684c753e46 authored over 11 years ago
big performance improvement (over 50%) for writing svg strings

df86976f01349c7d47719f5c95d85e8ef17c335d authored over 11 years ago
a few defaults and version bump

84b71cebf8f26d1fada9db4ffa5b1dd02437c83b authored over 11 years ago
added nuget packages

bc109e1f47f8ec63df6abdcb46d4a22e36133567 authored over 11 years ago
Support "none" in Fill value if inherited from parent

Support "none" in Fill value if inherited from parent

128185099fbfc9e38fe36cfa7df17df82dcbd4fb authored over 11 years ago
Merge branch 'master' of github.com:vvvv/SVG

68a7def5664fbb6c06b7ebd89c293647663fada9 authored over 11 years ago
fixed integer division in color server

457a82feb07ce36ab38aa317797e8b912167bc79 authored over 11 years ago
Write fill attribute value if it differs from parent element

If elements are nested in groups and have different fill values than
their containing group the ...

69c4a7ed4ada5aaef6b390d431332b20c11f578c authored over 11 years ago
Update README.md

a31f24c1090247db05b9b474f05c645381e7a636 authored over 11 years ago
Update README.md

d025a74ab06c708ceac3e69196681afadbe1d7d6 authored over 11 years ago
Update README.md

65d5b31996e53fd20ac5c748583f5de32339db9f authored over 11 years ago
Update README.md

added nuget information

b9bb40795166bd4878d7b453299023791b536f22 authored over 11 years ago
Update README.md

fixed typo.

a2c981ada7782ccf16bb00272ea3009c55f7c062 authored over 11 years ago
Merge pull request #2 from mwbowers/master

One change addresses matrix multiplication order for transformations. The other change addresses...

ed8cbf96efeae95897fd991cf7fa6ffcd8e66f48 authored over 11 years ago
Inverted curves.

When using T, t, S, or s to create curves, the curves were not rendered
properly. The control po...

1b018948558d4c380c9b8855b8dceb3c6a7b671d authored over 11 years ago
Embedded transformations

Embedded transformations were not being applied correctly; they were
being done in reverse order.

8c10c2e6070c4cadf391808fe9a679bed95e4249 authored over 11 years ago
Update README.md

f07a979dad0428958ce73a4122b91ff7e7c0dca0 authored over 11 years ago
Update README.md

7c1c97cc6fca4b83197719d0ab47dde1274a47db authored over 11 years ago
Create README.md

acce6914a4428c1e91a116c53c4428839d8c3c3f authored over 11 years ago
fixed corner radius wrong value bug

775ed56859dbc7d39b6ad5e012852439cd67f2cc authored over 11 years ago
added custom attributes to svg elements, svg writing to XML is non verbose

1fcb57090e669d4b0069b643b338a17d4e8a2278 authored over 11 years ago
fixed path coordinate parser

5d3b01aa59cceb579b93a41ade2864977648b8a7 authored over 12 years ago
polygon fix and minor repo cleanup

fa870975dd602c9ff83c9dce771e8407de17ec70 authored over 12 years ago
Merge remote-tracking branch 'origin/master'

415810212b0552e673b6f58cfbf3443c741a243a authored almost 13 years ago
merge with github

79c12b6322638e617dba47bd0a2f20440fabaf80 authored almost 13 years ago
Merge pull request #1 from GMoney000/master

Still a little raw - have a look and let me know what you think

220cac7ff175954f79e9a93a090955b42b54bc7a authored almost 13 years ago
- Made Deepcopy change to all elements to allow for duplicating part of the Svg document tree

- Changes to get texts displaying bold / normal weight
- Changes to get textspans work correctly
...

094c0b1aba91607a7e9800bbbf48f65410955b8c authored almost 13 years ago
fixed corner radius value and calculation

f12b1eaddc7882926531eb78f920abe67a723c03 authored almost 13 years ago
* better path collection method

* fixed missing files

059223004dae373abb70efc99f3e557a516bffa2 authored about 13 years ago
* path tag writing works now

* added few enum converters

bc1d94f4cac9df38ac68c0b89fdd61c901bc531c authored about 13 years ago
writer stream will not be closed

a8ae07cc9ad709e332b00b84357bf2fd1027e83f authored about 13 years ago
* correct text alignment on base line

* added precise MeasureString method

b044459fc1d1a370eb48e38c2e45dca714955db0 authored about 13 years ago
* added preserverAspectRatio attribute

9d37b56679e79a48ff3058e64d13062292448ba9 authored about 13 years ago
* fixed getPath bug

* added implicit operator from RectangleF to SvgViewBox

23143bb71ea1091e071d7c2222eeaf71a6e2c3c6 authored about 13 years ago
* Path and Bounds are now available for SvgFragment

* SvgDocument can calculate its size in percentage
* SvgTransform collection can return all matr...

fafb144492cd98e09bdcad0e30ade363bb558f22 authored about 13 years ago
* added get path to svggroup

* added method to collect paths of children elements
* fixed possible bug getinheritedattribute

3034b3d38a9b1356c119d9965b68a8e0a17dcb89 authored about 13 years ago
* implemented fill modes

* fill can be null -> none in XML
* added type converters for enums
* added type converter for un...

6998823a4f8cd59bd07d19909376687e384cbe32 authored about 13 years ago
added XMLOutput/XMLOutputTester.csproj to test the file writing

28333a398173effcdf96204ce6cf1e62c6068c93 authored about 13 years ago
SVG Viewer sample which shows how to display SVG files in a windows forms application.

665d10a31a4c58c8d51e95277626644ab0a6f521 authored about 14 years ago
SvgUnit comparison seems not to be working so added IsNone() method to correctly identify a none type.

c7dd7a715f832ef082097a3b396662ea827041b6 authored about 14 years ago
Now handles values of none without throwing an exception. This bug could cause images to load very slowly.

a2026b412d41a8cc7a4a5e0a57f53b2f69a302cf authored about 14 years ago
Applies default values of 50% for radial gradient cx,cy and r. This prevents an OutOfMemory exception when loading svg files without these parameters specified.

90b1d42bd400da3c1b7182662744eefa9fa0eaef authored about 14 years ago
Adds support for linked gradient stops.

302ca29ebdccb0afce47ea9b6214ce2cbf18cade authored about 14 years ago

4ad323d55d0181fa42ed4d8c74a743eefa6d7db5 authored about 14 years ago
Correctly caches the clip path and re-generates if dirty.

a826856b1537ce5fa8551e5927bfd946ee7bff07 authored about 14 years ago
Checked in by server upgrade

898d89e1257dd3e691b4ea3cf171cef9292a443d authored over 14 years ago
- Adding an XML entities based sample

42d67f71a9ba4c3c20ae41a1ed7dfd829e26754f authored over 14 years ago
- Adding runtime style changing example.

ac0384ae5ccb8db71c9a0b6e17c174c4285e390d authored over 14 years ago
- Adding Tests folder in preperation for unit tests

03c9bc6fb3729704ba18fd67174b91b81ae4baf4 authored almost 15 years ago
- Source control folders restructured

cf59fef87fbac69ed12f51123f85a7ac363b29d2 authored almost 15 years ago
- Adding initial support for Write functionality. Units & Transforms mostly. Enums still need work. Needs support for an IsDirty concept so that that every possible attribute isn't written.

d604cc8d7aca8af67745d9ab5ec60e57abdab58f authored almost 15 years ago
Performance tweak

c552f74be84b4640a10657b8bb7e875aece5dea6 authored about 15 years ago
Commented out the Trace.TraceInformation() statements for performance.

Removed some compiler warnings.

26f61673124c3c6e258a63c2d4a398ce3fd6f94a authored over 15 years ago
Applied Patch #2896, Shear / Skew mismatch.

8f933da45779f95b07be47de0cd247c7ab247d76 authored over 15 years ago
Fixed #9525 - Minor bug in SvgTransformConverter.ConvertFrom rotate handling. Applied patch #2897.

533fb684b0c06e792b956e6e6515a8a8e9c80e46 authored over 15 years ago
- Fixed a bug that caused <text/> elements to be parsed incorrectly, leading to exceptions within the document.

b3b2655c6c1ad5a6c760d445be214407e0c4e74f authored about 16 years ago
- Fixed #7986: public static SvgDocument Open(XmlDocument document) returns null: Implemented the proposed solution

- Added more XML API comments.
- Removed SvgVisualElementEvents.cs class - this was not used and ...

101984ba358ad1a3177b647bfb0f109e73051cdf authored about 16 years ago
- Fixed #5650: Support SVG element "clipPath"

- Refactored SvgElementFactory to use the new SvgElementAttribute to get available elements.

76fbb49106726ff8582f22637cd11b4dbaa20df9 authored about 16 years ago
- Renamed SvgGraphicsElement to SvgVisualElement to better describe what the base class represents.

c912ea853d8c75e1792e9c1ea6d829a5fb3afa61 authored about 16 years ago
- Fixed #8184: Enable Rendering to WinForms via System.Drawing.Graphics.

This was accomplished by adding the new static method to the SvgRenderer class (as detailed in t...

b6c5fa364b4c56f97970d5c58d3b7f8eb9a33d5a authored about 16 years ago
- Fixing #8494: Polyline fill being ignored. This appears to have been done on purpose (the Fill property was overridden to return null) but without reason. GIMP, Firefox 3 & Opera 9 all render the fill.

e9a29eb891f1bda0baa157b968c8834a5f533300 authored about 16 years ago
- Updated assembly version to reflect the latest release (0.5.2).

a9c72815bba4859c9beb8dd349f67b9be4c0e816 authored about 16 years ago
- Fixed "#7845 - Arc Path Renders incorrectly" as described in the work item - W3C example now renders correctly.

- Ensured that a divide by zero exception could not occur during rendering of stroke dash arrays.

4aef1a55c419bd8843e2e15fbc3f6aa546ab2a82 authored over 16 years ago
- Fixed "#7524 - support style stroke-dasharray"

- Changed the ISvgStylable interface StrokeDashArray property to be of type SvgUnitCollection ins...

7f03fa6be3b526d2e92fe66a120a991a702addec authored over 16 years ago
- Fixed "#7522 support rotate(angle,cx,cy)". Added new properties and a new constructor overload to SvgRotate in order to support the optional parameters.

- Removed redundant code from SvgElementFactory.

9eccb20507d34c7472a82adeb6a0dcb38c681467 authored over 16 years ago
- Fixed [workitem:7526] whitespaces \t \r \n in path and points result in exception. The SvgUnitCollectionConverter (SvgUnitCollection.cs) class had to split on \r, \t and \n aswell as ' ' and ','.

edc594e1eee829e40cf62c37ca900ca57c7e7478 authored over 16 years ago
- Added arc path support (#6455 Arc Segments in SvgPathBuilder)

- Added SvgMatrix, SvgShear and SvgSkew missing files from the previous check-in.

773803a42f9fe9c1d54f1e6ccd474ca91b82071c authored over 16 years ago
- Applied patches 1944, 1955 and 1956.

- Made all transforms (SvgTranslate, SvgMatrix etc) sealed types.

c97ef1560a0dc29ccd4ad049cc0810014ec0c4e9 authored over 16 years ago
- Fixed #6324: SvgElement.PushTransforms and ViewBox - not necessarily related to ViewBox but every element was 'resetting' the current graphics transform if the element contained it's own transform. This

was a very small fix for a large problem (SvgElement.PushTransforms Matrix transformMatrix = ne...

7a7041705193a2c935b6129d509446e5c4f12b7c authored over 16 years ago
- Fixed #6184: Transforms are parsed but ignored

The fragments were behaving as the "root" of a document instead of potentially being anywhere.

b12621e26ed10ac062870a2b13205952a09c8850 authored over 16 years ago
- Fixed #6156: Optional second parameter for scale transform not supported.

27a276d974eaad124e8fdab7e628808bd41fbcad authored over 16 years ago
-Fixed SvgRectangle default fill color.

d5c84b6646d45f35a7da753200bd8007ab814784 authored over 16 years ago
Fixed bitmap size calculation in SvgDocument.Draw(); Added guard on case when exception occured during rendering.

ab3a7c58824841836cab2142543b2760372d7b2e authored over 16 years ago
- Fix for #6072 - Two issues:

- SvgGradientStop offset values were not being confined to percentages (0.0-1.0 or %) so a ToPerc...

3fd0b2ea2179088794c567f43e7bf93fddc49208 authored over 16 years ago
Fixed H,h,V,v path elements support (#6071).

ad06b3adcdb48c6b470c701980543ebd398fd9f5 authored over 16 years ago
Added custom entity support to SvgHandler.

4a6fe6ff5e0f62e9ad6113f59d69382974ed3b23 authored almost 17 years ago
- Resolved issue 6018 by applying the fixes recommended.

- Added initial custom/querystring 'parameters' implementation (#5652)

4c0590471c847a3a1036df723b66d8af80e3a08f authored almost 17 years ago
Removing old, unreferenced file.

610f15236d8499528c707a831f3b991eb2720e63 authored almost 17 years ago
Adding missing project file.

3e2efeb8b998aeb66e5a62e000958d2ecdd2dd05 authored almost 17 years ago
- Bug fix to SvgHandler that caused exceptions to be thrown when ?raw=true was in the querystring

- Fixed support for text-anchor="middle" and text-anchor="end" for <text/> elements.
- Added more...

33ccfa70bb84f56c87c58e99bebcee7d9095df3a authored almost 17 years ago
Removed obj and bin folders - not required.

a37ad025ebdf801d23483d7a93414e499a144122 authored almost 17 years ago
All current source code

c88ad05daa5a3fb6c4b9c2e9feb56ece047f32ff authored almost 17 years ago
Created team project folder $/svg via the Team Project Creation Wizard

01b73c95cacdf9089f2dec81b6560f0a30f63e9f authored almost 17 years ago