Module: wine Branch: master Commit: 55ea9b37c3a083c4d16a43801555efa5bf0d8c64 URL: https://source.winehq.org/git/wine.git/?a=commit;h=55ea9b37c3a083c4d16a43801...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Apr 18 15:36:14 2019 +0200
mshtml: Add ISVGElement stub implementation.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlelem.c | 24 +++-- dlls/mshtml/mshtml_private.h | 5 +- dlls/mshtml/svg.c | 225 +++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/dom.c | 16 ++- include/mshtml.idl | 16 +++ 6 files changed, 276 insertions(+), 11 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=55ea9b37c3a083c4d16a4...