Showing posts with label SVG. Show all posts
Showing posts with label SVG. Show all posts

Monday, August 14, 2017

Is SVG a part of HTML5?


SVG is variously described as  'part of HTML5 specification' or an HTML5 extension. In either case, I am very happy as I am a fan of SVG.

In HTML documents you could embed an in-line SVG code.
SVG in some cases appear superior to Canvas in HTML. SVG creates prefabricated graphics that is part of the documnet model which can be accessed by the ID for any event based action, where as the graphics for use in CANVAS needs to be created and rendered during page loading.

Read my SVG related posts here:

http://hodentekhelp.blogspot.com/2015/12/does-microsoft-edge-support-svg.html

http://hodentek.blogspot.com/2009/10/finally-svg-in-visual-studio.html

http://hodentek.blogspot.com/2010/09/svg-gets-rendered-on-ie-90.html

http://hodentek.blogspot.com/2013/08/short-of-cash-get-apache-openoffice-40.html

http://hodentek.blogspot.com/search?q=svg

http://hodentekmobile.blogspot.com/2016/03/intel-xdk-controls-2-usage-of-svg-and.html

Monday, December 26, 2016

What's new in Office 365 features?


Microsoft is tops in Office applications with its Office 365 suite because of continuous development. Some of the features described here are available only if you have a subscription to Office 365 and Office Insiders.

In the latest version of Office 365 (November 2016)  these are the new features:

Learning tools for improved reading:

Use Read Mode with new commands and improve your reading skills. You can adjust text spacing, observe syllable breaks and highlight each word as document is read aloud.


Built-in accessibility
Improved support for asistive technology with Narrator. You can also create accessible documents as well.


Insert and edit icons:

Your document should have visible impact and to this end use icons available, some 500 of them. You can insert and edit icons


SVG images can now be used in Word:

You can now insert and edit SVG graphics without using any export software. Office 365 Word supports SVG graphics embedding.




Friday, December 11, 2015

Does Microsoft Edge support SVG?

Microsoft Edge natively supports SVG although it does not allow plug-ins. You can upload a SVG file to your web browser and bring it up in Microsoft Edge as shown here:


SVGTest.png

The SVG file was downloaded from this site.

With Microsoft coming out with Continuum after the debut of Windows 10 OS, SVG should be quite attractive.

Also, Firefox 42 does render it equally well.


SVGTest2.png

Few more related links if you want to review:


2009
http://hodentek.blogspot.com/2009/10/finally-svg-in-visual-studio.html

2010
http://hodentek.blogspot.com/2010/09/svg-gets-rendered-on-ie-90.html

Export SVG from OpenOffice
http://hodentek.blogspot.com/2013/08/short-of-cash-get-apache-openoffice-40.html







Friday, August 16, 2013

Which is the best browser to test HTML5 pages?

This site (link) tests browsers for the support they provide for
HTML5. They test  various aspects of HTML5 code to arrive at the rating.   

Please access the site for further details here:

http://html5example.net/static/html5test/

These are some of the browsers I use and I am not sure they are
the latest. But you can see that Google Chrome Version 28.0 support most of the functionalities of HTML 5.